[SE-0304] Rename ConcurrentValue to Sendable

This commit is contained in:
Doug Gregor
2021-03-18 22:39:50 -07:00
parent ec2d78677e
commit 9579390024
101 changed files with 368 additions and 360 deletions

View File

@@ -385,7 +385,7 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.EnableExperimentalConcurrency |=
Args.hasArg(OPT_enable_experimental_concurrency);
Opts.EnableInferPublicConcurrentValue |=
Opts.EnableInferPublicSendable |=
Args.hasFlag(OPT_enable_infer_public_concurrent_value,
OPT_disable_infer_public_concurrent_value,
false);