summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/partial-destruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++11 test cleanup: nonthrowing destructorsPaul Robinson2016-12-201-16/+23
* Undo accidental comitPaul Robinson2016-12-191-23/+16
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-16/+23
* Fix a nasty bug with the partial destruction of nested arrays;John McCall2015-09-141-0/+31
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-6/+9
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-21/+21
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-6/+12
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-3/+0
* Enforce access control for the destructor in a new[] expression and markJohn McCall2011-07-131-0/+14
* Convert the standard default-construction loops to use phis andJohn McCall2011-07-131-0/+35
* Emit partial destruction of structs with initializer lists.John McCall2011-07-111-0/+30
* Fix a lot of problems with the partial destruction of arrays:John McCall2011-07-111-0/+90