summaryrefslogtreecommitdiff
path: root/test/SemaCXX/expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...Argyrios Kyrtzidis2014-04-281-0/+10
* Fixed error recovery if sizeof is used without parenthesisSerge Pavlov2014-01-151-0/+7
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Add fixit notes for -Wconstant-logical-operand.Matt Beaumont-Gay2011-08-151-21/+54
* Remove warnings of constant operands of logical operators from template insta...Richard Trieu2011-07-151-0/+22
* Expand the coverage of the warning for constants on the RHS of logical operands:Chandler Carruth2011-05-311-0/+31
* Flesh out test.John McCall2010-10-121-5/+16
* I just do what the comments tell me to do.John McCall2010-10-121-0/+7
* Move the test for radar 8018252 toFariborz Jahanian2010-08-241-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add missing test case for operator ! result type.Sebastian Redl2009-01-191-0/+9