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

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 05:22:24 PDT 2018


avt77 updated this revision to Diff 138158.
avt77 added a comment.

I've fixed the last minute issues and it works now properly.
On the other hand I'm going to continue the research about vector types: maybe it's possible to extend the current code?
But if it's possible I'd like to commit the current patch and to continue with the new one.


https://reviews.llvm.org/D42728

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaChecking.cpp
  test/Sema/constant-conversion.c
  test/Sema/conversion.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42728.138158.patch
Type: text/x-patch
Size: 5459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180313/3060c5f2/attachment.bin>


More information about the llvm-commits mailing list