mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add the -import-error-handling option (and ignore it for now).
Swift SVN r27192
This commit is contained in:
@@ -723,6 +723,8 @@ static bool ParseClangImporterArgs(ClangImporterOptions &Opts, ArgList &Args,
|
||||
Opts.InferImplicitProperties |=
|
||||
Args.hasArg(OPT_enable_objc_implicit_properties);
|
||||
|
||||
Opts.ErrorHandling |= Args.hasArg(OPT_import_error_handling);
|
||||
|
||||
Opts.DumpClangDiagnostics |= Args.hasArg(OPT_dump_clang_diagnostics);
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user