summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/aggregate-initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ...Anders Carlsson2010-01-241-1/+28
* Use the new init code for member subobjects.Anders Carlsson2010-01-231-0/+3
* Switch some array initialization over to the new init code.Anders Carlsson2010-01-231-0/+3
* Baby steps towards migrating the InitListChecker over to the new initializati...Anders Carlsson2010-01-231-0/+4
* Add testcase for PR5817, although the bug was already fixedDouglas Gregor2010-01-061-0/+4
* Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman2009-12-221-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Sema-check virtual declarations. Complete dynamic_cast checking.Sebastian Redl2008-11-061-1/+3
* Keep track of whether a C++ class is an aggregate. Don't allow initialization...Douglas Gregor2008-11-051-0/+26
OpenPOWER on IntegriCloud