Commits

Chris Lattner committed a8fe87968eb
enhance -verify mode wording to be more precise about diagnostics that mismatch expectations. Instead of saying "unexpected diagnostic not produced" and "expected diagnostic not produced", instead say "unexpected *warning* not produced". This helps in particular when you have an expectation for a warning but got an error with the same wording (for example). Swift SVN r26149