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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 17:32:57 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366972: [Sema] Enable -Wimplicit-float-conversion for integral to floating point… (authored by ziangwan725, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D64666?vs=211617&id=211647#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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64666.211647.patch
Type: text/x-patch
Size: 8355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190725/6e8e9700/attachment.bin>


More information about the llvm-commits mailing list