]> granicus.if.org Git - clang/commit
Some initial Obj-C zero cost EH support.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 24 Feb 2009 07:47:38 +0000 (07:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 24 Feb 2009 07:47:38 +0000 (07:47 +0000)
commit8ecbaf25c1373be6fb5a9d332b08b6be16d9fd4e
treed41195370c3a3f82d20c7ab5a85acf80188832ea
parentae66cf3153f7285d3ff4430af79c380881b2eb32
Some initial Obj-C zero cost EH support.
 - Only handles cases with @try with no @catch blocks, and there are a
   number of problems with the implementation. Nevertheless, this is
   good enough to handled @synchronized correctly, and some other
   basic uses.

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