[Concurrency] Minor fixes for parsing and syntax of 'async'

This commit is contained in:
Doug Gregor
2020-07-28 22:06:18 -07:00
parent 84f4cc034f
commit b1802fa2eb
4 changed files with 9 additions and 15 deletions

View File

@@ -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);