]> granicus.if.org Git - clang/commit
Patch for objc's zero-const exception to not assume
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 27 Jul 2009 23:12:41 +0000 (23:12 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 27 Jul 2009 23:12:41 +0000 (23:12 +0000)
commit99438a726ed16bf1847a18a6abc114304be9a6ce
tree1ac8c169d7695479cc75692a2967e3d338d58164
parent08e252425ca2cbdc44ba65d9a657ed5398014e36
Patch for objc's zero-const exception to not assume
that @catch(...) cathces all exceptions (c++ objects
are not cought by that).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp