[PATCH] D58710: Added more detailed documentation for clangd

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 27 06:35:40 PST 2019


gribozavr marked an inline comment as done.
gribozavr added inline comments.


================
Comment at: clang-tools-extra/docs/clangd/Installation.rst:360
+
+- Pass an experimental `-background-index` command line argument.  With
+  this feature enabled, clangd incrementally builds an index of projects
----------------
gribozavr wrote:
> ilya-biryukov wrote:
> > I'd avoid mentioning it at all, we didn't vet it for the 8 release (and I believe we landed critical fixes **after** the release cut).
> > We could add it back during `9.0` release.
> Removed in this patch (that I plan to cherry-pick into the 8.0 release branch).  Will re-add in a separate patch, so that it goes into 9.0.
Reverted back after offline discussion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58710





More information about the cfe-commits mailing list