llvm-project/clang/include
Richard Smith 692f66ab62 Delete special-case "out-of-range" handling for bools, and just use the normal
codepath plus the new "minimum / maximum value of type" diagnostic to get the
same effect.

Move the warning for an in-range but tautological comparison of a constant (0
or 1) against a bool out of -Wtautological-constant-out-of-range-compare into
the more-appropriate -Wtautological-constant-compare.

llvm-svn: 319942
2017-12-06 19:23:19 +00:00
..
clang Delete special-case "out-of-range" handling for bools, and just use the normal 2017-12-06 19:23:19 +00:00
clang-c [libclang] Add function to get the buffer for a file 2017-12-06 09:02:52 +00:00
CMakeLists.txt