donat.nagy added a comment. Could someone with commit rights commit this patch (if it is acceptable)? I don't have commit rights myself.
================ Comment at: lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:158-162 + unsigned FloatingSize = AC.getTypeSize(DestType); + // getAllOneValues returns an APFloat with semantics corresponding to the + // bit size given as the first argument; this is the only function in + // APFloat.h that maps bit width to semantics. + llvm::APFloat Tmp = llvm::APFloat::getAllOnesValue(FloatingSize, true); ---------------- NoQ wrote: > Hmm, so the remaining problem is how to extract float semantics from a float > `QualType`? Would `ASTContext::getFloatTypeSemantics(DestType)` make sense? Thank you, that is the method I was looking for! Repository: rC Clang https://reviews.llvm.org/D52730 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits