summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx0x-delegating-ctors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-10/+12
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Call __cxa_begin_catch with the current exception beforeJohn McCall2013-02-121-2/+2
* When we're emitting a constructor or destructor call from a delegatingDouglas Gregor2013-01-311-0/+34
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-1/+1
* Fix test for 32-bit hosts.Jakob Stoklund Olesen2012-05-201-1/+1
* Zap a bogus assert for delegating constructors. PR12890, part 2.Eli Friedman2012-05-201-0/+11
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman2011-06-131-10/+10
* Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl2011-05-191-2/+2
* Revert r121528 as it breaks a simple testcase, which leads to, amongSean Hunt2011-05-181-2/+2
* Implement implicit exception specifications of destructors.Sebastian Redl2011-05-181-2/+2
* Fix the delegating constructors test to not rely on basic block names.Sean Hunt2011-05-041-7/+7
* Ensure that destructors are properly inovked when an exception leavesSean Hunt2011-05-031-13/+21
* Fully implement delegating constructors!Sean Hunt2011-05-011-0/+48