]> granicus.if.org Git - clang/commit
Fixed visibility issues related to objc2's synthesized
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 6 Apr 2009 18:30:00 +0000 (18:30 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 6 Apr 2009 18:30:00 +0000 (18:30 +0000)
commit77c9fd2eee4cdac3c5a38a353788f308990598af
tree92a5fbdb80d76b2e26a2e2df3c61f10817608910
parent5529b24500a9cdeb45e9d4482ceb54fc39a7471e
Fixed visibility issues related to objc2's synthesized
ivars.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
lib/Sema/SemaDeclObjC.cpp
test/CodeGenObjC/hidden-synthesized-ivar.m [new file with mode: 0644]