diff options
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r-- | src/ast/ast.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index c86efe0f..c27beecf 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -547,6 +547,7 @@ private: ::std::vector< Named<MacroRules> > m_macros;
public:
+ char m_index_populated = 0; // 0 = no, 1 = partial, 2 = complete
::std::unordered_map< ::std::string, ::std::pair<bool, PathBinding> > m_type_items;
::std::unordered_map< ::std::string, ::std::pair<bool, PathBinding> > m_value_items;
|