[PATCH] D56915: [clangd] Make background index less chatty

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 18 09:10:57 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351563: [clangd] Make background index less chatty (authored by ibiryukov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D56915?vs=182523&id=182535#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56915/new/

https://reviews.llvm.org/D56915

Files:
  clang-tools-extra/trunk/clangd/index/Background.cpp


Index: clang-tools-extra/trunk/clangd/index/Background.cpp
===================================================================
--- clang-tools-extra/trunk/clangd/index/Background.cpp
+++ clang-tools-extra/trunk/clangd/index/Background.cpp
@@ -398,7 +398,7 @@
     DigestsSnapshot = IndexedFileDigests;
   }
 
-  log("Indexing {0} (digest:={1})", Cmd.Filename, llvm::toHex(Hash));
+  vlog("Indexing {0} (digest:={1})", Cmd.Filename, llvm::toHex(Hash));
   ParseInputs Inputs;
   Inputs.FS = std::move(FS);
   Inputs.FS->setCurrentWorkingDirectory(Cmd.Directory);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56915.182535.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190118/090578f9/attachment.bin>


More information about the llvm-commits mailing list