]> granicus.if.org Git - clang/commit
de-sugared when accessing property reference type.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 30 Mar 2011 16:59:30 +0000 (16:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 30 Mar 2011 16:59:30 +0000 (16:59 +0000)
commit61750f2bed7f5c0e440318841e3be385920b22f3
treeabcb041179d3705935f7712700990f693a1ddbd2
parent68af13f3ca39947e3f285f864fe3b76640fddf69
de-sugared when accessing property reference type.
Add a test case for synthesize ivar. // rdar://9070460

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128554 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjCXX/property-reference.mm [new file with mode: 0644]