Enable importing ObjC pointers as UncheckedOptional.

There's no point in maintaining a driver option for this
because of the extent of the library changes required to
make it work.

Swift SVN r15784
This commit is contained in:
John McCall
2014-04-02 09:37:16 +00:00
parent 1071ac6d05
commit c163b30f1e
8 changed files with 10 additions and 26 deletions

View File

@@ -538,8 +538,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.addBuildConfigOption(A->getValue());
}
Opts.EnableObjCOptional = Args.hasArg(OPT_enable_objc_optional);
Opts.EnableAppExtensionRestrictions = Args.hasArg(OPT_enable_app_extension);
if (const Arg *A = Args.getLastArg(OPT_split_objc_selectors,