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:
@@ -1168,6 +1168,7 @@ void Driver::buildOutputInfo(const ToolChain &TC, const DerivedArgList &Args,
|
||||
case options::OPT_typecheck:
|
||||
case options::OPT_dump_parse:
|
||||
case options::OPT_dump_ast:
|
||||
case options::OPT_emit_syntax:
|
||||
case options::OPT_print_ast:
|
||||
case options::OPT_dump_type_refinement_contexts:
|
||||
case options::OPT_dump_scope_maps:
|
||||
|
||||
Reference in New Issue
Block a user