Otherwise the fixit doesn't really work for subsequent lookup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139105
91177308-0d34-0410-b5e6-
96231b3b80d8
CXXDependentScopeMemberExpr::Create(
Context, DepThis, DepThisType, true, SourceLocation(),
SS.getWithLocInContext(Context), NULL,
- R.getLookupNameInfo(), &TList);
+ R.getLookupNameInfo(),
+ ULE->hasExplicitTemplateArgs() ? &TList : 0);
CallsUndergoingInstantiation.back()->setCallee(DepExpr);
} else {
// FIXME: we should be able to handle this case too. It is correct