summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/direct-initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-1/+11
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-2/+2
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-6/+6
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-221-1/+1
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-201-3/+3
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* 1) don't do overload resolution in selecting conversionFariborz Jahanian2009-09-151-4/+4
* Issue good diagnostics when initialization failes due toFariborz Jahanian2009-09-151-0/+14
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Removed the warningDouglas Gregor2008-12-171-1/+1
* Implement C++ copy-initialization for declarations. There is now someDouglas Gregor2008-11-051-3/+3
* Implicit support for direct initialization of objects of class type, e.g.,Douglas Gregor2008-11-031-0/+26
* In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGr...Argyrios Kyrtzidis2008-10-071-1/+3
* Implement support for C++ direct initializers in declarations, e.g. "int x(1);".Argyrios Kyrtzidis2008-10-061-0/+8