[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 02:58:15 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL365124: [clangd] Turn background-index on by default (authored by kadircet, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D64019?vs=207346&id=208007#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64019/new/
https://reviews.llvm.org/D64019
Files:
clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
Index: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
===================================================================
--- clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
+++ clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
@@ -189,7 +189,7 @@
llvm::cl::desc(
"Index project code in the background and persist index on disk. "
"Experimental"),
- llvm::cl::init(false), llvm::cl::Hidden);
+ llvm::cl::init(true));
static llvm::cl::opt<int> BackgroundIndexRebuildPeriod(
"background-index-rebuild-period",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64019.208007.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190704/89deb434/attachment.bin>
More information about the cfe-commits
mailing list