Remove the swift3_migration attribute.

This attribute was a (my) bad idea that we ended up not using. Kill it.
This commit is contained in:
Doug Gregor
2016-08-19 14:04:06 -07:00
parent 4d77a1fbf1
commit eb3ba78d94
18 changed files with 6 additions and 282 deletions

View File

@@ -772,7 +772,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
if (Opts.DebuggerSupport)
Opts.EnableDollarIdentifiers = true;
Opts.Playground |= Args.hasArg(OPT_playground);
Opts.Swift3Migration |= Args.hasArg(OPT_swift3_migration);
Opts.WarnOmitNeedlessWords = Args.hasArg(OPT_warn_omit_needless_words);
Opts.InferImportAsMember |= Args.hasArg(OPT_enable_infer_import_as_member);