forked from OSchip/llvm-project
Fix a merge conflict that was inadvertently introduced in r330888
- during the reversion of r330794 llvm-svn: 330889
This commit is contained in:
parent
a534f07f8c
commit
2ee366d30e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue