Localize checker data

This commit is contained in:
gingerBill
2017-12-12 20:23:36 +00:00
parent f7e9649be4
commit 054e241033
7 changed files with 95 additions and 112 deletions
+1
View File
@@ -66,6 +66,7 @@ struct Entity {
Scope * scope;
Type * type;
AstNode * identifier; // Can be nullptr
DeclInfo * decl_info;
DeclInfo * parent_proc_decl; // nullptr if in file/global scope
// TODO(bill): Cleanup how `using` works for entities