Always emit detailed type check diagnostics, update unit tests to reflect this.

Swift SVN r17334
This commit is contained in:
Joe Pamer
2014-05-03 23:03:47 +00:00
parent a155fc642a
commit 006158ff56
5 changed files with 45 additions and 58 deletions

View File

@@ -137,10 +137,6 @@ def serialize_diagnostics : Flag<["-"], "serialize-diagnostics">,
Flags<[DriverOption, FrontendOption]>,
HelpText<"Serialize diagnostics in a binary format">;
def detailed_diagnostics : Flag<["-"], "detailed-diagnostics">,
Flags<[DriverOption, FrontendOption]>,
HelpText<"Produce more detailed diagnostics for type-check errors">;
def module_cache_path : Separate<["-"], "module-cache-path">,
Flags<[DriverOption, FrontendOption]>,
HelpText<"Specifies the Clang module cache path">;