mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add -objc-bridge-array option to import NSArray* as (AnyObject[])!
This should be the last of the compiler-side functionality for <rdar://problem/16535097>; we lack any real testing of this. Swift SVN r17871
This commit is contained in:
@@ -537,6 +537,7 @@ 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