mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enable error-handling in import by default.
Swift SVN r28048
This commit is contained in:
@@ -751,7 +751,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.ErrorHandling = true;
|
||||
//Opts.ErrorHandling |= Args.hasArg(OPT_import_error_handling);
|
||||
|
||||
Opts.DumpClangDiagnostics |= Args.hasArg(OPT_dump_clang_diagnostics);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user