Add the -import-error-handling option (and ignore it for now).

Swift SVN r27192
This commit is contained in:
John McCall
2015-04-10 00:32:50 +00:00
parent 0c34340d17
commit f2cb782451
3 changed files with 10 additions and 0 deletions

View File

@@ -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;