]> granicus.if.org Git - clang/commit
Move the warning of implicit cast of a floating point to an integer out of
authorRichard Trieu <rtrieu@google.com>
Tue, 22 Apr 2014 01:01:05 +0000 (01:01 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 22 Apr 2014 01:01:05 +0000 (01:01 +0000)
commite836dd328e99eab565c145ff328c435b9fac2801
tree61835dc3199e0e52c77c6ddb9587873eaf1d01f3
parent2e81e1321b8a58799ebbf600d51dc8e41d1ac358
Move the warning of implicit cast of a floating point to an integer out of
-Wconversion and into it's own group, -Wfloating-point-conversion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206832 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaCXX/warn-floating-point-conversion.cpp [new file with mode: 0644]