]> granicus.if.org Git - clang/commit
Improvements to private method lookup.
authorSteve Naroff <snaroff@apple.com>
Sun, 8 Mar 2009 18:56:13 +0000 (18:56 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 8 Mar 2009 18:56:13 +0000 (18:56 +0000)
commit5609ec04ed9a4fd58c3203d210cf32e9283feb5e
tree5891c656e246495c3ce94d0ced01a5af33326347
parent2bc69bdb29c4912e90bd213608bd98e1fc73707a
Improvements to private method lookup.

Patch by Jean-Daniel Dupas. Thanks!

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