summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/convert-to-bool.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-3/+15
* Warn about self-initialization of references.Hans Wennborg2012-08-171-2/+1
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-3/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* 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
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-3/+3
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-2/+2
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-2/+2
* Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor2009-01-161-0/+67
OpenPOWER on IntegriCloud