mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Parser: parse members in extension decls incrementally.
This commit is contained in:
@@ -676,7 +676,7 @@ public:
|
||||
DiagConsumer.setInputBufferIDs(BufferID);
|
||||
|
||||
Parser.reset(
|
||||
new ParserUnit(SM, BufferID,
|
||||
new ParserUnit(SM, SourceFileKind::Main, BufferID,
|
||||
CompInv.getLangOptions(),
|
||||
CompInv.getModuleName(),
|
||||
CompInv.getMainFileSyntaxParsingCache())
|
||||
|
||||
Reference in New Issue
Block a user