We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed21f6 commit 29d7e52Copy full SHA for 29d7e52
toolchain/sem_ir/file.cpp
@@ -51,6 +51,7 @@ File::File(const Parse::Tree* parse_tree, CheckIRId check_ir_id,
51
// The `2` prevents adding a tag for the global ids
52
// `ImportIRId::{ApiForImpl,Cpp}`.
53
import_irs_(IdTag(check_ir_id.index, 2)),
54
+ import_cpps_(check_ir_id),
55
clang_decls_(check_ir_id),
56
// The `+1` prevents adding a tag to the global `NameSpace::PackageInstId`
57
// instruction. It's not a "singleton" instruction, but it's a unique
0 commit comments