summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cxx0x-delegating-ctors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement a better version of delegating constructor cycle detection.Sean Hunt2011-05-041-3/+4
* Ensure that delegating constructor loop detection uses canonicalSean Hunt2011-05-041-2/+1
* Ensure that destructors are properly inovked when an exception leavesSean Hunt2011-05-031-4/+16
* Fully implement delegating constructors!Sean Hunt2011-05-011-0/+36