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 4e0afa2 commit 50b2a87Copy full SHA for 50b2a87
clang/lib/Basic/LangOptions.cpp
@@ -34,6 +34,8 @@ void LangOptions::resetNonModularOptions() {
34
// invocations that cannot be round-tripped to arguments.
35
// FIXME: we should derive this automatically from ImpliedBy in tablegen.
36
AllowFPReassoc = UnsafeFPMath;
37
+ NoHonorInfs = FastMath;
38
+ NoHonorNaNs = FastMath;
39
40
// These options do not affect AST generation.
41
NoSanitizeFiles.clear();
0 commit comments