| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't emit warn_logical_and_in_logical_or for cases like "a && b || 0". | Argyrios Kyrtzidis | 2010-11-17 | 1 | -0/+2 |
| * | Don't warn for parentheses for the '&&' inside '||' for cases like: | Argyrios Kyrtzidis | 2010-11-17 | 1 | -0/+6 |
| * | Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 | Argyrios Kyrtzidis | 2010-11-16 | 1 | -0/+3 |
| * | When diagnosing suspicious precedence or assignments, move the fix-it | Douglas Gregor | 2010-04-14 | 1 | -4/+8 |
| * | Improve the fix-its for -Wparentheses to ensure that the fix-it | Douglas Gregor | 2010-01-08 | 1 | -4/+8 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -2/+2 |
| * | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
| * | Implement Chris's suggestions for the precendence warnings. Reformat the code... | Sebastian Redl | 2009-10-27 | 1 | -1/+2 |
| * | Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5... | Sebastian Redl | 2009-10-26 | 1 | -0/+19 |

