summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/parentheses.c
Commit message (Expand)AuthorAgeFilesLines
* Don't emit warn_logical_and_in_logical_or for cases like "a && b || 0".Argyrios Kyrtzidis2010-11-171-0/+2
* Don't warn for parentheses for the '&&' inside '||' for cases like:Argyrios Kyrtzidis2010-11-171-0/+6
* Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922Argyrios Kyrtzidis2010-11-161-0/+3
* When diagnosing suspicious precedence or assignments, move the fix-itDouglas Gregor2010-04-141-4/+8
* Improve the fix-its for -Wparentheses to ensure that the fix-itDouglas Gregor2010-01-081-4/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Implement Chris's suggestions for the precendence warnings. Reformat the code...Sebastian Redl2009-10-271-1/+2
* Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...Sebastian Redl2009-10-261-0/+19
OpenPOWER on IntegriCloud