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