]> granicus.if.org Git - clang/commit
Fix the IR generation for catching pointers by references.
authorJohn McCall <rjmccall@apple.com>
Tue, 20 Jul 2010 22:17:55 +0000 (22:17 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 20 Jul 2010 22:17:55 +0000 (22:17 +0000)
commit204b075fcc47c3f2aa7276dfba9b42eb25840b53
tree29b06a9edfb2592e739952b7a346dc7f93226ed4
parent806941eab5e1d62d7676e5cdc0e1d9e397ea78b4
Fix the IR generation for catching pointers by references.
Fixes <rdar://problem/8212123>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108944 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
lib/CodeGen/TargetInfo.h
test/CodeGenCXX/eh.cpp