aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/exceptions.mm
AgeCommit message (Expand)Author
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-01-10Declare +new instead of -new in test.Fariborz Jahanian
2013-01-10objectiveC++: When throwing c++ exception of Fariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2010-07-24Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.John McCall