[PATCH] D64666: [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 10:31:22 PDT 2019


nickdesaulniers added a comment.

In D64666#1583792 <https://reviews.llvm.org/D64666#1583792>, @xbolva00 wrote:

> I had duplicated warning for C++11+ - my new warning and C++11’s narrowing warning.


Why would narrowing be C++11 specific? I would think that narrowing applies anywhere integrals are used?


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

https://reviews.llvm.org/D64666





More information about the cfe-commits mailing list