]> granicus.if.org Git - clang/commit
when in the context of an @implementation, look for private methods in the
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 06:44:27 +0000 (06:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 06:44:27 +0000 (06:44 +0000)
commit6562fdad21432377f0cc5e0c627c28f0c85df4dd
tree60c693b704f4de0e7981937bfb463c6539505664
parent1565e0364b05d163640dd2b6feed43bae67df4fd
when in the context of an @implementation, look for private methods in the
@implementation to resolve nullary selector references.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53845 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
test/Sema/objc-property-9-impl-method.m [new file with mode: 0644]