History log of /external/clang/test/SemaTemplate/member-access-ambig.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0a45e4389e9683560a8cd267a0e54bb1c0294781 21-Oct-2011 Douglas Gregor <dgregor@apple.com> When performing name lookup for the previous declaration of a field,
be sure to consider all of the possible lookup results. We were
assert()'ing (but behaving correctly) for unresolved values. Fixes
PR11134 / <rdar://problem/10290422>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142652 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/member-access-ambig.cpp
50a1e03fa8e7f6c9dc4e2371675ac85126fce0ab 22-Oct-2010 Douglas Gregor <doug.gregor@gmail.com> When we perform name lookup for a template, we may end up finding an
ambiguous name where none of the declarations found are actually
templates. In this case, make sure we clear out the ambiguous-path
data when recomputing the lookup result kind. Fixes PR8439.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117112 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/SemaTemplate/member-access-ambig.cpp