]> granicus.if.org Git - clang/commit
Fixes method name lookup when method appears in
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Apr 2009 18:28:06 +0000 (18:28 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Apr 2009 18:28:06 +0000 (18:28 +0000)
commitef79bc9b079d838ba2cc91b37760d297025eb3e6
tree16b67d03cb302f7fcb27e7d2dc804123fd179cb5
parentef88e58360db75cc61cf4468cb0464cc5230210e
Fixes method name lookup when method appears in
the base implementations (and not in
current implementation).

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