Add accidentally removed call

This commit is contained in:
gingerBill
2021-07-27 23:39:35 +01:00
parent 7c80577160
commit 416dd93bf7

View File

@@ -5051,6 +5051,9 @@ void check_parsed_files(Checker *c) {
TIME_SECTION("init preload");
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;
defer (c->builtin_ctx = prev_context);
c->builtin_ctx.decl = make_decl_info(nullptr, nullptr);