| commit | de0a43f7720259290fd8f7032420b990d771bb52 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Aug 10 21:59:45 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Aug 10 21:59:45 2011 +0000 |
| tree | 1435781d190cbd1b1c721925c5c569bb67a76249 | |
| parent | 1d9d5e93d12d83c5bffb6039bf37580da32357f5 [diff] |
When performing the lookup in the current scope for a member access to a member template, e.g., x.f<int> if we have found a template in the type of x, but the lookup in the current scope is ambiguous, just ignore the lookup in the current scope. Fixes <rdar://problem/9915664>. llvm-svn: 137255