mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Always emit detailed type check diagnostics, update unit tests to reflect this.
Swift SVN r17334
This commit is contained in:
@@ -265,8 +265,6 @@ Job *Swift::constructJob(const JobAction &JA, std::unique_ptr<JobList> Inputs,
|
||||
Args.AddLastArg(Arguments, options::OPT_split_objc_selectors);
|
||||
Args.AddLastArg(Arguments, options::OPT_implicit_objc_with);
|
||||
Args.AddLastArg(Arguments, options::OPT_strict_keyword_arguments);
|
||||
|
||||
Args.AddLastArg(Arguments, options::OPT_detailed_diagnostics);
|
||||
|
||||
// Pass the optimization level down to the frontend.
|
||||
Args.AddLastArg(Arguments, options::OPT_O_Group);
|
||||
|
||||
Reference in New Issue
Block a user