[PATCH] D64019: [clangd] Turn background-index on by default

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 4 01:57:49 PDT 2019


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


================
Comment at: clang-tools-extra/clangd/tool/ClangdMain.cpp:191
         "Index project code in the background and persist index on disk. "
         "Experimental"),
+    llvm::cl::init(true));
----------------
hokein wrote:
> should we remove the `experimental` term here?
i would rather do that if we are happy with the feedbacks(or no feedbacks) within the following weeks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64019





More information about the cfe-commits mailing list