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