llvm-project/clang/include
Jordan Rose 7afd71e4ff Add a check for tautological bitwise comparisons to -Wtautological-compare.
This catches issues like:

if ((x & 8) == 4) { ... }
if ((x | 4) != 3) { ... }

Patch by Anders Rönnholm!

llvm-svn: 209221
2014-05-20 17:31:11 +00:00
..
clang Add a check for tautological bitwise comparisons to -Wtautological-compare. 2014-05-20 17:31:11 +00:00
clang-c [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the given CXModule is a system one. 2014-05-15 04:44:25 +00:00
CMakeLists.txt
Makefile