mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
update llvm to 615644763ffc (#7504)
* Fixes some build issues in clang headers that have changed upstream * Adds patch 0011 to work around an upstream commit that broke Bazel builds
This commit is contained in:
@@ -864,11 +864,10 @@ auto ExportFunctionSpecializationToCpp(
|
||||
auto* template_arg_list = clang::TemplateArgumentList::CreateCopy(
|
||||
context.ast_context(), template_args);
|
||||
function_decl->setFunctionTemplateSpecialization(
|
||||
context.ast_context(), function_template_decl, template_arg_list,
|
||||
function_template_decl, template_arg_list,
|
||||
/*InsertPos=*/nullptr, clang::TSK_ExplicitSpecialization,
|
||||
/*TemplateParams=*/nullptr, /*TemplateArgsAsWritten=*/nullptr,
|
||||
/*PointOfInstantiation=*/clang::SourceLocation(),
|
||||
/*AddSpecialization=*/true);
|
||||
/*TemplateArgsAsWritten=*/nullptr,
|
||||
/*PointOfInstantiation=*/clang::SourceLocation());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user