mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Concurrency] Minor fixes for parsing and syntax of 'async'
This commit is contained in:
@@ -610,6 +610,7 @@ int parseFile(
|
||||
Invocation.getLangOptions().VerifySyntaxTree = options::VerifySyntaxTree;
|
||||
Invocation.getLangOptions().RequestEvaluatorGraphVizPath = options::GraphVisPath;
|
||||
Invocation.getLangOptions().DisablePoundIfEvaluation = true;
|
||||
Invocation.getLangOptions().EnableExperimentalConcurrency = true;
|
||||
|
||||
Invocation.getFrontendOptions().InputsAndOutputs.addInputFile(InputFileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user