Kill off [_]RawOptionSetType

Now that we are using OptionSetType for option sets, all the support for
doing things the old way can die.

Note: the fix-it that used to apply to RawOptionSetType, it seemed to me,
should still apply to OptionSetType, so I switched it over instead of
removing it.

Swift SVN r29066
This commit is contained in:
Dave Abrahams
2015-05-27 15:55:54 +00:00
parent 8efffef57b
commit d65f696344
12 changed files with 14 additions and 381 deletions

View File

@@ -632,9 +632,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.EnableInterfaceTypeMangling |= Args.hasArg(OPT_enable_interface_type_mangling);
Opts.ImportNSOptionsAsOptionSetType |=
Args.hasArg(OPT_import_ns_options_as_option_set_type);
Opts.DisableAvailabilityChecking |=
Args.hasArg(OPT_disable_availability_checking);