[PATCH] D66937: [clangd] Fix the stale documentation about background indexing.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 25 01:20:02 PDT 2019
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks, lgtm!
================
Comment at: clang-tools-extra/docs/clangd/Installation.rst:364
+ amount of cores by passing the `-j=<number>` flag;
+- the index is saved to the ``.clangd/index`` in the project root; index shareds
+ for common headers e.g. STL will be stored in `$HOME/.clangd/index`;
----------------
s/shareds/shards
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66937/new/
https://reviews.llvm.org/D66937
More information about the cfe-commits
mailing list