mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
code changes according to Chris's comments
This commit is contained in:
@@ -126,7 +126,7 @@ bool CompilerStack::parse()
|
||||
SyntaxChecker syntaxChecker(m_errors);
|
||||
for (Source const* source: m_sourceOrder)
|
||||
if (!syntaxChecker.checkSyntax(*source->ast))
|
||||
return false;
|
||||
noErrors = false;
|
||||
|
||||
DocStringAnalyser docStringAnalyser(m_errors);
|
||||
for (Source const* source: m_sourceOrder)
|
||||
|
||||
Reference in New Issue
Block a user