Fix race condition with procedure aliases checking for declarations on constant aliases

This commit is contained in:
gingerBill
2021-04-26 19:46:42 +01:00
parent 1aa9c49172
commit a38586420c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -3260,6 +3260,7 @@ void check_collect_value_decl(CheckerContext *c, Ast *decl) {
d->type_expr = vd->type;
d->init_expr = init;
if (is_ast_type(init)) {
e = alloc_entity_type_name(d->scope, token, nullptr);
// if (vd->type != nullptr) {