summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/dcl_init_aggr.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith2012-07-071-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Warn about the deprecated string literal -> char* conversion. Fixes PR6428.Douglas Gregor2010-02-281-1/+1
* Use the new init code for member subobjects.Anders Carlsson2010-01-231-1/+1
* 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-3/+3
* Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman2009-12-221-1/+1
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-2/+2
* When value-initializing a class with no user-defined constructors butDouglas Gregor2009-12-161-4/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve handling of initialization by constructor, by ensuring thatDouglas Gregor2009-09-091-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-4/+4
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-041-1/+1
* Check value-initializations that occur when an initializer listDouglas Gregor2009-02-021-0/+15
* Improve our handling of the second step in a user-defined conversionDouglas Gregor2009-01-301-1/+1
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-2/+2
* Implement and test aggregate initialization in C++. Major changes:Douglas Gregor2009-01-301-0/+107
OpenPOWER on IntegriCloud