summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/direct-initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud