revert part of my previous patch.

Swift SVN r30797
This commit is contained in:
Chris Lattner
2015-07-30 06:35:54 +00:00
parent 98a445384a
commit f293e84e04

View File

@@ -589,7 +589,7 @@ bool swift::verifyDiagnostics(SourceManager &SM, ArrayRef<unsigned> BufferIDs) {
auto *Verifier = (DiagnosticVerifier*)SM.getLLVMSourceMgr().getDiagContext();
SM.getLLVMSourceMgr().setDiagHandler(nullptr, nullptr);
bool autoApplyFixes = true;
bool autoApplyFixes = false;
bool HadError = false;