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:
@@ -310,7 +310,7 @@ static auto BuildTemplateId(Context& context, SemIR::LocId loc_id,
|
||||
dyn_cast<clang::VarTemplateDecl>(template_decl)) {
|
||||
auto decl_result = context.clang_sema().CheckVarTemplateId(
|
||||
var_template_decl, /*TemplateLoc=*/clang::SourceLocation(), loc,
|
||||
arg_list);
|
||||
arg_list, /*SetWrittenArgs=*/false);
|
||||
return decl_result.isInvalid()
|
||||
? SemIR::ErrorInst::InstId
|
||||
: ImportCppDecl(context, loc_id,
|
||||
|
||||
Reference in New Issue
Block a user