aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx0x-delegating-ctors.cpp
AgeCommit message (Expand)Author
2013-02-12Call __cxa_begin_catch with the current exception beforeJohn McCall
2013-01-31When we're emitting a constructor or destructor call from a delegatingDouglas Gregor
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
2012-05-20Fix test for 32-bit hosts.Jakob Stoklund Olesen
2012-05-20Zap a bogus assert for delegating constructors. PR12890, part 2.Eli Friedman
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-13Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman
2011-05-19Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl
2011-05-18Revert r121528 as it breaks a simple testcase, which leads to, amongSean Hunt
2011-05-18Implement implicit exception specifications of destructors.Sebastian Redl
2011-05-04Fix the delegating constructors test to not rely on basic block names.Sean Hunt
2011-05-03Ensure that destructors are properly inovked when an exception leavesSean Hunt
2011-05-01Fully implement delegating constructors!Sean Hunt