From 3a37cb54e02ca07ea0774f2588604feee6e9fba7 Mon Sep 17 00:00:00 2001 From: Artem Dergachev Date: Wed, 18 Jul 2018 18:44:40 +0000 Subject: [analyzer] Remove a debug print that was accidentally left around. No functional change intended. llvm-svn: 337417 --- clang/lib/StaticAnalyzer/Core/BugReporter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib') diff --git a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp index 30d7edb9c65..096c8e7356b 100644 --- a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp @@ -2562,7 +2562,6 @@ generateVisitorsDiagnostics(BugReport *R, const ExplodedNode *ErrorNode, assert(!LastPiece && "There can only be one final piece in a diagnostic."); LastPiece = std::move(Piece); - llvm::errs() << "Writing to last piece" << "\n"; (*Notes)[ErrorNode].push_back(LastPiece); } } -- cgit v1.2.3