[PATCH] D42728: Add more warnings for implict conversions (e.g. double truncation to float).

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 10 04:33:13 PST 2018


RKSimon added inline comments.


================
Comment at: lib/Sema/SemaChecking.cpp:9157
-  AnalyzeImplicitConversions(S, E->getRHS(), E->getOperatorLoc());
-}
-
----------------
Please can you move this function as an NFC commit and then update this patch so it just shows the change in the code.


https://reviews.llvm.org/D42728





More information about the llvm-commits mailing list