mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add frontend flag to serialize Syntax tree (#11095)
* Add frontend flag to serialize Syntax tree * Rename dump-serialized-syntax-tree to emit-syntax
This commit is contained in:
@@ -23,6 +23,7 @@ bool FrontendOptions::actionHasOutput() const {
|
||||
case Typecheck:
|
||||
case DumpParse:
|
||||
case DumpAST:
|
||||
case EmitSyntax:
|
||||
case DumpInterfaceHash:
|
||||
case PrintAST:
|
||||
case DumpScopeMaps:
|
||||
@@ -56,6 +57,7 @@ bool FrontendOptions::actionIsImmediate() const {
|
||||
case Typecheck:
|
||||
case DumpParse:
|
||||
case DumpAST:
|
||||
case EmitSyntax:
|
||||
case DumpInterfaceHash:
|
||||
case PrintAST:
|
||||
case DumpScopeMaps:
|
||||
|
||||
Reference in New Issue
Block a user