xbolva00 added inline comments.
================ Comment at: lib/Sema/SemaChecking.cpp:10874 + if (Target->isSpecificBuiltinType(BuiltinType::LongDouble)) + FloatSem = &llvm::APFloat::x87DoubleExtended(); + ---------------- efriedma wrote: > ASTContext::getFloatTypeSemantics. (Your explicit computation here is both > redundant and wrong.) Great tip! thanks. I overlooked it :/ https://reviews.llvm.org/D52835 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits