NoQ added inline comments.
================ Comment at: lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:163 + + switch (FloatingSize) { + case 64: ---------------- Continuing the float semantics discussion on the new revision - Did you consider `llvm::APFloat`? (http://llvm.org/doxygen/classllvm_1_1APFloat.html) This looks like something that you're trying to re-implement. 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