[PATCH] D64666: Allow Clang -Wconversion, -Wimplicit-float-conversion warns about integer type -> floating point type implicit conversion precision loss.

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 14:23:19 PDT 2019


jfb added a comment.

I think you want to default-ignore the "may lose precision" warnings, but not the ones that you know always lose precision.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64666/new/

https://reviews.llvm.org/D64666





More information about the cfe-commits mailing list