mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add accidentally removed call
This commit is contained in:
@@ -5051,6 +5051,9 @@ void check_parsed_files(Checker *c) {
|
|||||||
TIME_SECTION("init preload");
|
TIME_SECTION("init preload");
|
||||||
init_preload(c);
|
init_preload(c);
|
||||||
|
|
||||||
|
TIME_SECTION("add global untyped expression to queue");
|
||||||
|
add_untyped_expressions(&c->info, &c->info.global_untyped);
|
||||||
|
|
||||||
CheckerContext prev_context = c->builtin_ctx;
|
CheckerContext prev_context = c->builtin_ctx;
|
||||||
defer (c->builtin_ctx = prev_context);
|
defer (c->builtin_ctx = prev_context);
|
||||||
c->builtin_ctx.decl = make_decl_info(nullptr, nullptr);
|
c->builtin_ctx.decl = make_decl_info(nullptr, nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user