Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve some of the conversion warnings to fire on conversion to bool. | David Blaikie | 2012-05-15 | 1 | -1/+1 |
* | Add fixit notes for -Wconstant-logical-operand. | Matt Beaumont-Gay | 2011-08-15 | 1 | -21/+54 |
* | Remove warnings of constant operands of logical operators from template insta... | Richard Trieu | 2011-07-15 | 1 | -0/+22 |
* | Expand the coverage of the warning for constants on the RHS of logical operands: | Chandler Carruth | 2011-05-31 | 1 | -0/+31 |
* | Flesh out test. | John McCall | 2010-10-12 | 1 | -5/+16 |
* | I just do what the comments tell me to do. | John McCall | 2010-10-12 | 1 | -0/+7 |
* | Move the test for radar 8018252 to | Fariborz Jahanian | 2010-08-24 | 1 | -0/+7 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Add missing test case for operator ! result type. | Sebastian Redl | 2009-01-19 | 1 | -0/+9 |