summaryrefslogtreecommitdiff
path: root/test/SemaCXX/convert-to-bool.cpp
Commit message (Expand)AuthorAge
* Warn about self-initialization of references.Hans Wennborg2012-08-17
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-12
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-09
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-29
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-16
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-04
* Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor2009-01-16