[PATCH] D66937: [clangd] Fix the stale documentation about background indexing.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 05:54:32 PDT 2019


hokein added inline comments.


================
Comment at: clang-tools-extra/docs/clangd/Installation.rst:365
+- background indexing canb be disable by the ``--background-index=false`` flag;
+  if it is disabled, clangd doesn't have a global view of the whole project, it
+  only has a view on symbols coming from files you are currently editing;
----------------
kadircet wrote:
> kadircet wrote:
> > instead of `if it's disabled...`
> > 
> > ```
> > Note that, disabling background-index will limit clangd's knowledge about your codebase to
> > files you are currently editing.
> > ```
> seems to be the same?
oops, I forgot this comment.


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