mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename the -import-tighter-objc-types option and add it to the frontend.
Swift SVN r19535
This commit is contained in:
@@ -611,6 +611,9 @@ static bool ParseClangImporterArgs(ClangImporterOptions &Opts, ArgList &Args,
|
||||
Opts.InferImplicitProperties |=
|
||||
Args.hasArg(OPT_enable_objc_implicit_properties);
|
||||
|
||||
Opts.ImportWithTighterObjCPointerTypes |=
|
||||
Args.hasArg(OPT_import_tighter_objc_types);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user