mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #32161 from hamishknight/pipeline-parse
This commit is contained in:
@@ -719,9 +719,7 @@ public:
|
||||
}
|
||||
|
||||
void parse() {
|
||||
auto root = Parser->parse();
|
||||
if (SynTreeCreator)
|
||||
SynTreeCreator->acceptSyntaxRoot(root, Parser->getSourceFile());
|
||||
Parser->parse();
|
||||
}
|
||||
|
||||
SourceFile &getSourceFile() {
|
||||
|
||||
Reference in New Issue
Block a user