mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Make ExportedSourceFile hold any Syntax as the root node * Move `ExportedSourceFileRequest::evaluate()` to `ParseRequests.cpp` * Pass the decl context and `GeneatedSourceFileInfo::Kind` to `swift_ASTGen_parseSourceFile()` to customize the parsing * Make `ExportedSourceFile` to hold an arbitrary Syntax node * Move round-trip checking into `ExportedSourceFileRequest::evaluate()` * Split `parseSourceFileViaASTGen` completely from C++ parsing logic (in `ParseSourceFileRequest::evaluate()`) * Remove 'ParserDiagnostics' experimental feature: Now that we have ParserASTGen mode which includes the swift-syntax parser diagnostics.
136 KiB
136 KiB