]> granicus.if.org Git - clang/commit
objc gc: assigning to an objc object struct member through an ivar
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 30 Sep 2011 18:23:36 +0000 (18:23 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 30 Sep 2011 18:23:36 +0000 (18:23 +0000)
commitccae76c8214c5ff469e0291371127084d252ac7a
treeb5269ae64ef5fbff0cde8261c5174c391f11f518
parent225bf773d19bb4e3a673a52bebc6892285cb8e23
objc gc: assigning to an objc object struct member through an ivar
pointer to this struct must go through the none ivar writer barrier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140867 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGenObjC/objc2-write-barrier-5.m