mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the current option also includes semantic analysis.
This commit is contained in:
@@ -19,7 +19,7 @@ using namespace swift;
|
||||
bool FrontendOptions::actionHasOutput() const {
|
||||
switch (RequestedAction) {
|
||||
case NoneAction:
|
||||
case Parse:
|
||||
case Typecheck:
|
||||
case DumpParse:
|
||||
case DumpAST:
|
||||
case DumpInterfaceHash:
|
||||
@@ -48,7 +48,7 @@ bool FrontendOptions::actionHasOutput() const {
|
||||
bool FrontendOptions::actionIsImmediate() const {
|
||||
switch (RequestedAction) {
|
||||
case NoneAction:
|
||||
case Parse:
|
||||
case Typecheck:
|
||||
case DumpParse:
|
||||
case DumpAST:
|
||||
case DumpInterfaceHash:
|
||||
|
||||
Reference in New Issue
Block a user