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