summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/bool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add fixit notes for -Wconstant-logical-operand.Matt Beaumont-Gay2011-08-151-2/+5
* Add a warning to catch a bug recently caught by code review, like this:Chris Lattner2010-07-131-2/+2
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* The result type of logical || and && is bool in C++. Fixes PR5206.Anders Carlsson2009-10-161-0/+12
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement checks for bool in increment and decrement.Sebastian Redl2008-12-201-0/+9
* treat bool literals as constatnt expressions.Anders Carlsson2008-08-231-0/+7