Fix a merge conflict that was inadvertently introduced in r330888

- during the reversion of r330794

llvm-svn: 330889
This commit is contained in:
Faisal Vali 2018-04-26 01:05:05 +00:00
parent a534f07f8c
commit 2ee366d30e
1 changed files with 0 additions and 6 deletions

View File

@ -4021,12 +4021,6 @@ ExprResult Sema::BuildTemplateIdExpr(const CXXScopeSpec &SS,
TemplateKWLoc, TemplateArgs);
}
if (R.getAsSingle<ConceptDecl>() && !AnyDependentArguments()) {
return CheckConceptTemplateId(SS, R.getLookupNameInfo(),
R.getAsSingle<ConceptDecl>(),
TemplateKWLoc, TemplateArgs);
}
// We don't want lookup warnings at this point.
R.suppressDiagnostics();