aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/exceptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-6/+6
2013-02-28Add more of the command line options as attribute flags.Bill Wendling1-2/+0
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling1-6/+2
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks1-2/+5
2013-02-25Add more attributes from the command line to functions.Bill Wendling1-5/+2
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling1-5/+8
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling1-1/+6
2013-02-12Call __cxa_begin_catch with the current exception beforeJohn McCall1-2/+9
2013-02-01Destroy arrays and ARC fields when throwing out of ctors.John McCall1-0/+67
2012-09-25During jump-scope checking, build an ExprWithCleanups immediatelyJohn McCall1-0/+1
2012-06-15It turns out that implementing the rethrow-on-fallthroughJohn McCall1-0/+36
2012-02-16Elide copy construction in new expressions. PR11757.Eli Friedman1-12/+3
2011-11-10Whenever explicitly activating or deactivating a cleanup, weJohn McCall1-10/+8
2011-09-06Rearrange code so that we pass the right pointer to delete[] when an exceptio...Eli Friedman1-0/+18
2011-08-26An initialization does not alias.John McCall1-0/+4
2011-08-26The allocated exception slot does not alias anything; should fix self-host.John McCall1-0/+13
2011-08-11Simplify EH control flow by observing that EH scopes form a simpleJohn McCall1-2/+0
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall1-0/+2
2011-03-07The conditional needs to be pushed before the branch. Make the test lessJohn McCall1-1/+68
2011-03-07An operator new with an empty exception specifier returns null on a badJohn McCall1-0/+18
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson1-1/+1
2011-02-25Tame an assert; the scope depth of a jump destination does notJohn McCall1-0/+12
2011-02-16Save a copy expression for non-trivial copy constructions of catch variables.John McCall1-0/+34
2011-01-26Fix some obvious bugs in the conditional-cleanup code and then make theJohn McCall1-1/+1
2010-09-17When emitting a new-expression inside a conditional expression,John McCall1-9/+60
2010-09-14Implement the EH cleanup to call 'operator delete' if a new-expression throwsJohn McCall1-13/+205
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-11When an exception needs to be freed by calling __cxa_exception_free, make sur...Anders Carlsson1-0/+18