mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Always emit detailed type check diagnostics, update unit tests to reflect this.
Swift SVN r17334
This commit is contained in:
@@ -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">;
|
||||
|
||||
Reference in New Issue
Block a user