]> granicus.if.org Git - clang/commit
When a dependent Objective-C++ message send was able to resolve the
authorDouglas Gregor <dgregor@apple.com>
Thu, 22 Apr 2010 17:01:48 +0000 (17:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 22 Apr 2010 17:01:48 +0000 (17:01 +0000)
commitf49bb082ebf6413b2d3cb956e9c78dbb8a978c58
treea26f67811781521de1cf110a1f3cd18c2ea691d8
parent39968adc66ab02275d2f561e372a20ae454bd4e7
When a dependent Objective-C++ message send was able to resolve the
method being called at template definition time, retain that method
and pass it through to type-checking. We will not perform any lookup
for the method during template instantiation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102081 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExprObjC.cpp
lib/Sema/TreeTransform.h