summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/exceptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-2/+0
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-6/+2
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-2/+5
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-5/+2
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-5/+8
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-1/+6
* Call __cxa_begin_catch with the current exception beforeJohn McCall2013-02-121-2/+9
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-011-0/+67
* 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