summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.inhctor
Commit message (Expand)AuthorAgeFilesLines
* Merging r155728:Bill Wendling2012-04-273-20/+20
* Basic semantic analysis support for inheriting constructor declarations inRichard Smith2012-04-023-1/+56
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-133-3/+3
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-2/+2
* Revert "Disable inherited constructors for 2.9."Sebastian Redl2011-03-123-9/+3
* Disable inherited constructors for 2.9.Sebastian Redl2011-03-123-3/+9
* Basic implementation of inherited constructors. Only generates declarations, ...Sebastian Redl2011-02-053-0/+79