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

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 31 17:16:27 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL367497: [Sema] Enable -Wimplicit-float-conversion for integral to floating point… (authored by ziangwan725, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64666?vs=212015&id=212706#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D64666

Files:
  cfe/trunk/include/clang/Basic/DiagnosticGroups.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/Sema/SemaChecking.cpp
  cfe/trunk/test/Sema/conversion.c
  cfe/trunk/test/Sema/ext_vector_casts.c
  cfe/trunk/test/Sema/implicit-int-float-conversion.c
  cfe/trunk/test/Sema/implicit-int-float-narrowing.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64666.212706.patch
Type: text/x-patch
Size: 13591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190801/e143b16c/attachment-0001.bin>


More information about the cfe-commits mailing list