From 5697d6df7466ef5f4e676f391c104ef165cadb6b Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 26 May 2019 15:16:45 +0100 Subject: -go-to-definitions (OGTD file format) --- src/entity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.cpp') diff --git a/src/entity.cpp b/src/entity.cpp index 842cd5d8c..3318eac24 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -91,6 +91,7 @@ struct Entity { Ast * identifier; // Can be nullptr DeclInfo * decl_info; DeclInfo * parent_proc_decl; // nullptr if in file/global scope + AstFile * file; AstPackage *pkg; // TODO(bill): Cleanup how `using` works for entities -- cgit v1.2.3