We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baae3c3 commit 0638df0Copy full SHA for 0638df0
clang/lib/Sema/TreeTransform.h
@@ -7478,10 +7478,6 @@ StmtResult
7478
TreeTransform<Derived>::TransformCompoundStmt(CompoundStmt *S,
7479
bool IsStmtExpr) {
7480
Sema::CompoundScopeRAII CompoundScope(getSema());
7481
- Sema::FPFeaturesStateRAII FPSave(getSema());
7482
- if (S->hasStoredFPFeatures())
7483
- getSema().resetFPOptions(
7484
- S->getStoredFPFeatures().applyOverrides(getSema().getLangOpts()));
7485
7486
const Stmt *ExprResult = S->getStmtExprResult();
7487
bool SubStmtInvalid = false;
clang/test/SemaCXX/template-64605.cpp
0 commit comments