aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/exceptions-fragile.mm
AgeCommit message (Expand)Author
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-06-23Improve on warning when objc pointer is used inFariborz Jahanian
2011-06-23Support for catching objc pointer objects in c++ catch-statementFariborz Jahanian
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-07-24Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.John McCall