Revert the bool portion of r267054
authorRichard Trieu <rtrieu@google.com>
Fri, 22 Apr 2016 22:14:32 +0000 (22:14 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 22 Apr 2016 22:14:32 +0000 (22:14 +0000)
commit891f0f176ced7ad579a8c2afca2059c22f49093f
treee2a33747eb9ba7705140ada9a1992b869308735e
parent0b9531c8e643d63fad0c2b4f3e6738678c421c59
Revert the bool portion of r267054

Remove the floating point to bool conversion warnings.  Some of these
conversions will be caught by -Wliteral-conversion and -Wfloat-conversion

llvm-svn: 267234
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaChecking.cpp
clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp
clang/test/SemaCXX/warn-float-conversion.cpp
clang/test/SemaCXX/warn-literal-conversion.cpp