summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/partial-destruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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