summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/aggregate-initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix defaulted-functions-in-C++98 extension to give the functions the sameRichard Smith2016-12-211-2/+0
* [c++17] P0135R1: Guaranteed copy elision.Richard Smith2016-12-061-3/+9
* Fix crash in access check for aggregate initialization of base classes. It'sRichard Smith2016-03-081-2/+66
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+1
* List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl2011-12-221-11/+11
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement the suggested resolution of WG21 N3307 issue 19: When determining w...Richard Smith2011-09-051-3/+3
* Revert 135177 to fix PR10363.Rafael Espindola2011-07-141-7/+8
* For C++11, do more checking of initializer lists up-front, enabling some subs...Sebastian Redl2011-07-141-8/+7
* Clean up trivial default constructors now.Sean Hunt2011-05-091-1/+3
* Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor2010-04-261-0/+13
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-6/+6
* 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