Let -vet ignore intentional declaration shadowing #637

This commit is contained in:
gingerBill
2020-05-12 10:31:49 +01:00
parent d49ecd9009
commit fcdfcfce19
3 changed files with 27 additions and 7 deletions

View File

@@ -121,6 +121,7 @@ struct Entity {
ExactValue value;
} Constant;
struct {
Ast *init_expr; // only used for some variables within procedure bodies
i32 field_index;
i32 field_src_index;