mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 02:37:37 +00:00
Update LLDB to account for Clang r256463
llvm-svn: 256464
This commit is contained in:
parent
902f8c6fcb
commit
48a065d2ea
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user