diff options
| author | gingerBill <bill@gingerbill.org> | 2017-12-12 20:23:36 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-12-12 20:23:36 +0000 |
| commit | 054e24103329022b1d918505cc5a61f8540c0e13 (patch) | |
| tree | 08e98ddd2d162cc0d4a99c11e8f6a67569a7a142 /src/entity.cpp | |
| parent | f7e9649be466ea03f556e2918063c5a4d0d28e2e (diff) | |
Localize checker data
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index fcc06f01e..857c5adee 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -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 |