summaryrefslogtreecommitdiff
path: root/test/SemaCXX/direct-initializer.cpp
AgeCommit message (Expand)Author
2015-11-17[Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-22Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor
2009-12-20Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor
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-09-151) don't do overload resolution in selecting conversionFariborz Jahanian
2009-09-15Issue good diagnostics when initialization failes due toFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-17Removed the warningDouglas Gregor
2008-11-05Implement C++ copy-initialization for declarations. There is now someDouglas Gregor
2008-11-03Implicit support for direct initialization of objects of class type, e.g.,Douglas Gregor
2008-10-07In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGr...Argyrios Kyrtzidis
2008-10-06Implement support for C++ direct initializers in declarations, e.g. "int x(1);".Argyrios Kyrtzidis