hanchenye-llvm-project/clang/test/CXX/expr/expr.unary
David Blaikie 7555b6a4e5 Improve some of the conversion warnings to fire on conversion to bool.
Moves the bool bail-out down a little in SemaChecking - so now
-Wnull-conversion and -Wliteral-conversion can fire when the target type is
bool.

Also improve the wording/details in the -Wliteral-conversion warning to match
the -Wconstant-conversion.

llvm-svn: 156826
2012-05-15 16:56:36 +00:00
..
expr.delete
expr.new Fix crash & accepts-invalid for array of arrays of user defined type. 2012-03-10 23:40:02 +00:00
expr.sizeof Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.unary.noexcept Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.unary.op Improve some of the conversion warnings to fire on conversion to bool. 2012-05-15 16:56:36 +00:00