diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-27 23:39:35 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-27 23:39:35 +0100 |
| commit | 416dd93bf72ea80ca02d6d608768d7a2c41d0544 (patch) | |
| tree | 2416ae03b9b6c1385afb19c8686b28421bc6f48c /src | |
| parent | 7c805771603c47680d0e013ff72fa3cd7146def3 (diff) | |
Add accidentally removed call
Diffstat (limited to 'src')
| -rw-r--r-- | src/checker.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index f0e35bf10..c8c72d16a 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -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); |