[PATCH] D86284: [clangd] Remove useless stderr logging.
Adam Czachorowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 20 05:52:42 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG707138d67786: [clangd] Remove useless stderr logging. (authored by adamcz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86284/new/
https://reviews.llvm.org/D86284
Files:
clang-tools-extra/clangd/unittests/TestTU.cpp
Index: clang-tools-extra/clangd/unittests/TestTU.cpp
===================================================================
--- clang-tools-extra/clangd/unittests/TestTU.cpp
+++ clang-tools-extra/clangd/unittests/TestTU.cpp
@@ -74,8 +74,6 @@
ASSERT_FALSE(
llvm::sys::fs::createUniqueDirectory("module-cache", ModuleCachePath));
CI.getHeaderSearchOpts().ModuleCachePath = ModuleCachePath.c_str();
- llvm::errs() << "MC: " << ModuleCachePath << "\n";
- llvm::errs().flush();
}
void deleteModuleCache(const std::string ModuleCachePath) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86284.286796.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200820/eca9b055/attachment.bin>
More information about the cfe-commits
mailing list