r337417 - [analyzer] Remove a debug print that was accidentally left around.
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 18 11:44:40 PDT 2018
Author: dergachev
Date: Wed Jul 18 11:44:40 2018
New Revision: 337417
URL: http://llvm.org/viewvc/llvm-project?rev=337417&view=rev
Log:
[analyzer] Remove a debug print that was accidentally left around.
No functional change intended.
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp?rev=337417&r1=337416&r2=337417&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp Wed Jul 18 11:44:40 2018
@@ -2562,7 +2562,6 @@ generateVisitorsDiagnostics(BugReport *R
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);
}
}
More information about the cfe-commits
mailing list