mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Start importing NSArray* as (AnyObject[])! by default <rdar://problem/16535097>.
Swift SVN r18157
This commit is contained in:
@@ -564,7 +564,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.ObjCBridgeArray |= Args.hasArg(OPT_objc_bridge_array);
|
||||
Opts.ObjCBridgeDictionary |= Args.hasArg(OPT_objc_bridge_dictionary);
|
||||
|
||||
if (auto A = Args.getLastArg(OPT_implicit_objc_with,
|
||||
|
||||
Reference in New Issue
Block a user