From f74cff622dd0eb8d4e64c014731e00fb9ea1d078 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 19 Jun 2018 19:30:38 +0200 Subject: Properly explain all the analsys steps in CompilerStack --- libsolidity/interface/CompilerStack.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsolidity/interface/CompilerStack.h') diff --git a/libsolidity/interface/CompilerStack.h b/libsolidity/interface/CompilerStack.h index 0578ac86..7b144660 100644 --- a/libsolidity/interface/CompilerStack.h +++ b/libsolidity/interface/CompilerStack.h @@ -352,8 +352,9 @@ private: std::vector m_remappings; std::map m_sources; std::shared_ptr m_globalContext; - std::map> m_scopes; std::vector m_sourceOrder; + /// This is updated during compilation. + std::map> m_scopes; std::map m_contracts; ErrorList m_errorList; ErrorReporter m_errorReporter; -- cgit v1.2.3