]> granicus.if.org Git - clang/commit
Fixup reference binding for catch parameters.
authorMike Stump <mrs@apple.com>
Fri, 4 Dec 2009 01:51:45 +0000 (01:51 +0000)
committerMike Stump <mrs@apple.com>
Fri, 4 Dec 2009 01:51:45 +0000 (01:51 +0000)
commit0a3816e566db7cd6084310a2f5a3167d0ec30b31
tree297c2ec025302918084e46efc45633e3d6dd635b
parent13a5be10b198a5dc7e3e72c54481cd8b70f68495
Fixup reference binding for catch parameters.
Fixup throws and rethrows to use invoke as appropriate.

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