llvm-project/clang/include
Richard Trieu fe042e6aab Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
will fire on code such as:

  cout << x == 0;

which the compiler will intrepret as

  (cout << x) == 0;

This warning comes with two fixits attached to notes, one for parentheses to
silence the warning, and another to evaluate the comparison first.

llvm-svn: 179662
2013-04-17 02:12:45 +00:00
..
clang Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This 2013-04-17 02:12:45 +00:00
clang-c [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. 2013-04-12 17:06:51 +00:00
CMakeLists.txt
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00