Re: [PATCH] D24481: make “#pragma STDC FP_CONTRACT” on by default
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 14:24:14 PDT 2016
yaxunl added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:2441
@@ +2440,3 @@
+
+ if ( (LangOpts.C11 || LangOpts.C99 || LangOpts.CPlusPlus)
+ && ( CodeGenOptions::FPC_On == Res.getCodeGenOpts().getFPContractMode() )
----------------
The format of this line looks strange. Did you check with clang-format-diff.py if it is OK?
https://reviews.llvm.org/D24481
More information about the cfe-commits
mailing list