Merge pull request #32161 from hamishknight/pipeline-parse

This commit is contained in:
Hamish Knight
2020-06-08 10:56:28 -07:00
committed by GitHub
20 changed files with 251 additions and 185 deletions

View File

@@ -719,9 +719,7 @@ public:
}
void parse() {
auto root = Parser->parse();
if (SynTreeCreator)
SynTreeCreator->acceptSyntaxRoot(root, Parser->getSourceFile());
Parser->parse();
}
SourceFile &getSourceFile() {