]> granicus.if.org Git - clang/commit
There are some crazy cases that LookupMethodInReceiverType
authorJohn McCall <rjmccall@apple.com>
Mon, 7 Nov 2011 22:49:50 +0000 (22:49 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 7 Nov 2011 22:49:50 +0000 (22:49 +0000)
commitdc4df51d32dea56fbec79037570832dffbcc14e6
tree4638fb93d4d88c439a475a9c754d35a52dd6161b
parent1a8a8cbea639d0519f06285e12f64904d1158305
There are some crazy cases that LookupMethodInReceiverType
doesn't duplicate, but they all surface as implicit
properties.  It's also a useful optimization to not
duplicate the implicit getter lookup.  So, trust the
getter lookup that was already done in these cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaPseudoObject.cpp
test/SemaObjC/property.m