]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults ...
authorSteve Naroff <snaroff@apple.com>
Wed, 22 Oct 2008 19:16:27 +0000 (19:16 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 22 Oct 2008 19:16:27 +0000 (19:16 +0000)
commit7692ed61098c216ca7d3ce9be744311e8eee90e4
tree71fd44804237817aa76e62262ffcb7021d73df6b
parent8b7650ed5a8ecd941a8147c32df05f4944a77308
Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults *') is not a structure or union.

Teach Sema::ActOnMemberReferenceExpr() to look through local category implementations associated with the class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57995 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/property-11.m [new file with mode: 0644]