Skip to content

Commit 0788bf5

Browse files
committed
Revert accidental commit.
...enabling Chris's nifty fix-it updater tool. Now that I've done it too, maybe I'll put in a frontend flag for it after all.
1 parent 54e4b59 commit 0788bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/DiagnosticVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ bool swift::verifyDiagnostics(SourceManager &SM, ArrayRef<unsigned> BufferIDs) {
697697
auto *Verifier = (DiagnosticVerifier*)SM.getLLVMSourceMgr().getDiagContext();
698698
SM.getLLVMSourceMgr().setDiagHandler(nullptr, nullptr);
699699

700-
bool autoApplyFixes = true;
700+
bool autoApplyFixes = false;
701701

702702
bool HadError = false;
703703

0 commit comments

Comments
 (0)