]> granicus.if.org Git - clang/commit
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference.
authorAnders Carlsson <andersca@mac.com>
Mon, 21 Jun 2010 20:59:55 +0000 (20:59 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 21 Jun 2010 20:59:55 +0000 (20:59 +0000)
commit7e70fb217dcdf96faf34df3e197c3831c86f8089
tree2b704e41775d9354075e4d1c13b78aae0313196a
parent9a140845438c2fc31e7d48a6dedbc695f4c83c68
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106477 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjCXX/references.mm [new file with mode: 0644]