summaryrefslogtreecommitdiff
path: root/test/SemaCXX/dcl_init_aggr.cpp
AgeCommit message (Expand)Author
2016-04-13Lit C++11 Compatibility Patch #7Charles Li
2014-06-03PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith
2012-07-07PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-28Warn about the deprecated string literal -> char* conversion. Fixes PR6428.Douglas Gregor
2010-01-23Use the new init code for member subobjects.Anders Carlsson
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 file-scope assignment initialization over to InitializationSequence.Eli Friedman
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor
2009-12-16When value-initializing a class with no user-defined constructors butDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Improve handling of initialization by constructor, by ensuring thatDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2009-02-04Implement semantic analysis for the GNU flexible array initializationDouglas Gregor
2009-02-02Check value-initializations that occur when an initializer listDouglas Gregor
2009-01-30Improve our handling of the second step in a user-defined conversionDouglas Gregor
2009-01-30Upgrade the "excess elements in array initializer" warning to anDouglas Gregor
2009-01-30Implement and test aggregate initialization in C++. Major changes:Douglas Gregor