summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/partial-destruction.cpp
AgeCommit message (Expand)Author
2016-12-20C++11 test cleanup: nonthrowing destructorsPaul Robinson
2016-12-19Undo accidental comitPaul Robinson
2016-12-19Make a few OpenMP tests "C++11 clean."Paul Robinson
2015-09-14Fix a nasty bug with the partial destruction of nested arrays;John McCall
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-08-11Simplify EH control flow by observing that EH scopes form a simpleJohn McCall
2011-07-13Enforce access control for the destructor in a new[] expression and markJohn McCall
2011-07-13Convert the standard default-construction loops to use phis andJohn McCall
2011-07-11Emit partial destruction of structs with initializer lists.John McCall
2011-07-11Fix a lot of problems with the partial destruction of arrays:John McCall