]> granicus.if.org Git - clang/commit
Correctly handle type mismatches in the __weak copy/move-initialization
authorJohn McCall <rjmccall@apple.com>
Mon, 16 Nov 2015 22:11:41 +0000 (22:11 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 16 Nov 2015 22:11:41 +0000 (22:11 +0000)
commitdd700becdd0dbf00a986b88d73e3aea74876135a
tree3d93224e38a1600a0b167bc8d545c6934bd2037e
parentf9222288accd7d0b02a371acb1ea68d29463dab1
Correctly handle type mismatches in the __weak copy/move-initialization
peephole I added in r250916.

rdar://23559789

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253255 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
test/CodeGenObjC/arc-weak.m [new file with mode: 0644]
test/CodeGenObjCXX/arc-weak.mm [new file with mode: 0644]