summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/catch-id-type.mm
Commit message (Expand)AuthorAgeFilesLines
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-1/+1
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-181-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-1/+4
* Support for catching objc pointer objects in c++ catch-statementFariborz Jahanian2011-06-231-1/+16
* Alloa catching Objective-C id's being thrown with C++ throwFariborz Jahanian2011-06-221-0/+33