[PATCH] D64019: [clangd] Turn background-index on by default
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 01:57:31 PDT 2019
hokein 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));
----------------
should we remove the `experimental` term here?
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