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

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