Fix override_entity_in_scope behaviour to correctly to report the changes upstream better

This commit is contained in:
gingerBill
2021-04-19 11:01:00 +01:00
parent ae04af4e4e
commit eb49b5f84a
5 changed files with 62 additions and 45 deletions
-2
View File
@@ -2190,8 +2190,6 @@ Type *check_poly_path_pop(CheckerContext *c) {
void check_entity_decl(CheckerContext *c, Entity *e, DeclInfo *d, Type *named_type);
Array<Entity *> proc_group_entities(CheckerContext *c, Operand o) {
Array<Entity *> procs = {};
if (o.mode == Addressing_ProcGroup) {