aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/aggregate-initialization.cpp
AgeCommit message (Expand)Author
2011-12-22List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-05Implement the suggested resolution of WG21 N3307 issue 19: When determining w...Richard Smith
2011-07-14Revert 135177 to fix PR10363.Rafael Espindola
2011-07-14For C++11, do more checking of initializer lists up-front, enabling some subs...Sebastian Redl
2011-05-09Clean up trivial default constructors now.Sean Hunt
2010-04-26Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor
2010-04-17Improve our handling of user-defined conversions as part of overloadDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-24Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ...Anders Carlsson
2010-01-23Use the new init code for member subobjects.Anders Carlsson
2010-01-23Switch some array initialization over to the new init code.Anders Carlsson
2010-01-23Baby steps towards migrating the InitListChecker over to the new initializati...Anders Carlsson
2010-01-06Add testcase for PR5817, although the bug was already fixedDouglas Gregor
2009-12-22Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-06Sema-check virtual declarations. Complete dynamic_cast checking.Sebastian Redl
2008-11-05Keep track of whether a C++ class is an aggregate. Don't allow initialization...Douglas Gregor