Update LLDB to account for Clang r256463

llvm-svn: 256464
This commit is contained in:
David Majnemer 2015-12-27 07:16:55 +00:00
parent 902f8c6fcb
commit 48a065d2ea

View File

@ -1446,8 +1446,7 @@ CreateTemplateParameterList (ASTContext *ast,
TemplateParameterList *template_param_list = TemplateParameterList::Create (*ast,
SourceLocation(),
SourceLocation(),
&template_param_decls.front(),
template_param_decls.size(),
template_param_decls,
SourceLocation());
return template_param_list;
}