summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/delegating-constructors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make delegating initializers use a similar codepath to base initializers in ↵Eli Friedman2012-05-191-0/+18
| | | | | | dependent contexts. PR12890. llvm-svn: 157136
* Rework the AST for the initializer of a delegating constructor, soDouglas Gregor2011-11-011-0/+13
| | | | | | | | | that it retains source location information for the type. Aside from general goodness (being able to walk the types described in that information), we now have a proper representation for dependent delegating constructors. Fixes PR10457 (for real). llvm-svn: 143410
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Don't finalize checking of base and member initializers for aDouglas Gregor2011-09-221-0/+18
constructor template. Fixes PR10457. llvm-svn: 140350
OpenPOWER on IntegriCloud