]> granicus.if.org Git - clang/commit
Finishing touches on code generation for @try and friends.
authorSteve Naroff <snaroff@apple.com>
Wed, 7 Nov 2007 18:43:40 +0000 (18:43 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 7 Nov 2007 18:43:40 +0000 (18:43 +0000)
commit21867b1188ae19b2834c155b21e97c39ed1b9770
treef0778fc07700a84c012141d2fd615412e2fa16eb
parent4402d81f343d059dd850c60e9eb3d31aa952c6b1
Finishing touches on code generation for @try and friends.

- declare functions we use.
- cast arguments to objc_exception_match().
- don't take the & of _stack.buf.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43831 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp