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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to