summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/exceptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* During jump-scope checking, build an ExprWithCleanups immediatelyJohn McCall2012-09-251-0/+1
* It turns out that implementing the rethrow-on-fallthroughJohn McCall2012-06-151-0/+36
* Elide copy construction in new expressions. PR11757.Eli Friedman2012-02-161-12/+3
* Whenever explicitly activating or deactivating a cleanup, weJohn McCall2011-11-101-10/+8
* Rearrange code so that we pass the right pointer to delete[] when an exceptio...Eli Friedman2011-09-061-0/+18
* An initialization does not alias.John McCall2011-08-261-0/+4
* The allocated exception slot does not alias anything; should fix self-host.John McCall2011-08-261-0/+13
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-2/+0
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-0/+2
* The conditional needs to be pushed before the branch. Make the test lessJohn McCall2011-03-071-1/+68
* An operator new with an empty exception specifier returns null on a badJohn McCall2011-03-071-0/+18
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Tame an assert; the scope depth of a jump destination does notJohn McCall2011-02-251-0/+12
* Save a copy expression for non-trivial copy constructions of catch variables.John McCall2011-02-161-0/+34
* Fix some obvious bugs in the conditional-cleanup code and then make theJohn McCall2011-01-261-1/+1
* When emitting a new-expression inside a conditional expression,John McCall2010-09-171-9/+60
* Implement the EH cleanup to call 'operator delete' if a new-expression throwsJohn McCall2010-09-141-13/+205
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When an exception needs to be freed by calling __cxa_exception_free, make sur...Anders Carlsson2009-12-111-0/+18
OpenPOWER on IntegriCloud