mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
revert part of my previous patch.
Swift SVN r30797
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user