mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add frontend option -objc-bridge-dictionary.
Swift SVN r17804
This commit is contained in:
@@ -550,6 +550,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableAppExtensionRestrictions = Args.hasArg(OPT_enable_app_extension);
|
||||
Opts.SplitPrepositions = Args.hasArg(OPT_split_objc_selectors);
|
||||
|
||||
if (Args.hasArg(OPT_objc_bridge_dictionary))
|
||||
Opts.ObjCBridgeDictionary = true;
|
||||
|
||||
if (auto A = Args.getLastArg(OPT_implicit_objc_with,
|
||||
OPT_no_implicit_objc_with)) {
|
||||
Opts.ImplicitObjCWith
|
||||
|
||||
Reference in New Issue
Block a user