efriedma added inline comments.
================ Comment at: lib/Sema/SemaDecl.cpp:12853 + const llvm::Triple &Trip = Context.getTargetInfo().getTriple(); + if ((Trip.isGNUEnvironment() || Trip.isKnownWindowsMSVCEnvironment()) && + (Name->isStr("fma") || Name->isStr("fmaf") || Name->isStr("fmal") || ---------------- isOSMSVCRT(). Please check the BuiltinID rather than using string compares. https://reviews.llvm.org/D39641 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits