aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/partial-destruction.cpp
AgeCommit message (Expand)Author
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