]> granicus.if.org Git - clang/commit
Tune the lookup logic in Sema::ActOnInstanceMessage() to handle private methods ...
authorSteve Naroff <snaroff@apple.com>
Tue, 13 Nov 2007 04:10:18 +0000 (04:10 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 13 Nov 2007 04:10:18 +0000 (04:10 +0000)
commit817da7c77c50f3ef215daf72d3a6ed85302bf45d
tree5b24c84107e9939c85c9d1e72b430abdb5dd37e9
parent0b9cc05556c47b8aa02aea57c7679ff68f196051
Tune the lookup logic in Sema::ActOnInstanceMessage() to handle private methods (declared within the implementation).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44041 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaExpr.cpp