code changes according to Chris's comments

This commit is contained in:
Lu Guanqun
2016-01-19 02:16:13 +00:00
parent e130bc7e7c
commit c8886ed5cf
3 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -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)