summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx0x-delegating-ctors.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-1/+1
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-1/+1
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* 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, amongAlexis 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.Alexis Hunt2011-05-041-7/+7
* Ensure that destructors are properly inovked when an exception leavesAlexis Hunt2011-05-031-13/+21
* Fully implement delegating constructors!Alexis Hunt2011-05-011-0/+48
OpenPOWER on IntegriCloud