aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/catch-id-type.mm
AgeCommit message (Expand)Author
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2013-06-18Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman
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-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-06-23Support for catching objc pointer objects in c++ catch-statementFariborz Jahanian
2011-06-22Alloa catching Objective-C id's being thrown with C++ throwFariborz Jahanian