Import NSDictionary as Dictionary<NSObject, AnyObject>

Fixes <rdar://problem/16870626>.


Swift SVN r18907
This commit is contained in:
Doug Gregor
2014-06-15 10:44:23 +00:00
parent d3d2092ac0
commit dd8c668aa8
10 changed files with 11 additions and 38 deletions

View File

@@ -566,7 +566,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.EnableAppExtensionRestrictions |= Args.hasArg(OPT_enable_app_extension);
Opts.SplitPrepositions |= Args.hasArg(OPT_split_objc_selectors);
Opts.ObjCBridgeDictionary |= Args.hasArg(OPT_objc_bridge_dictionary);
if (auto A = Args.getLastArg(OPT_implicit_objc_with,
OPT_no_implicit_objc_with)) {