forked from OSchip/llvm-project
[Concepts] Add TODO and requires-clause placeholder; NFC
llvm-svn: 277495
This commit is contained in:
parent
3e409e127e
commit
3c02e188cf
|
@ -1357,11 +1357,13 @@ CreateTemplateParameterList (ASTContext *ast,
|
|||
}
|
||||
}
|
||||
|
||||
clang::Expr *const requires_clause = nullptr; // TODO: Concepts
|
||||
TemplateParameterList *template_param_list = TemplateParameterList::Create (*ast,
|
||||
SourceLocation(),
|
||||
SourceLocation(),
|
||||
template_param_decls,
|
||||
SourceLocation());
|
||||
SourceLocation(),
|
||||
requires_clause);
|
||||
return template_param_list;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue