summaryrefslogtreecommitdiff
path: root/test/SemaCXX/dcl_init_aggr.cpp
Commit message (Expand)AuthorAge
* PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith2012-07-07
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-15
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-05
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Warn about the deprecated string literal -> char* conversion. Fixes PR6428.Douglas Gregor2010-02-28
* Use the new init code for member subobjects.Anders Carlsson2010-01-23
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-13
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-06
* Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman2009-12-22
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-19
* When value-initializing a class with no user-defined constructors butDouglas Gregor2009-12-16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Improve handling of initialization by constructor, by ensuring thatDouglas Gregor2009-09-09
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-07
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-04
* Check value-initializations that occur when an initializer listDouglas Gregor2009-02-02
* Improve our handling of the second step in a user-defined conversionDouglas Gregor2009-01-30
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-30
* Implement and test aggregate initialization in C++. Major changes:Douglas Gregor2009-01-30