[PATCH] D66943: [clangd][NFC] Update background-index command line description
Kadir Cetinkaya via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 07:40:22 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370367: [clangd][NFC] Update background-index command line description (authored by kadircet, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D66943?vs=217866&id=217876#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66943/new/
https://reviews.llvm.org/D66943
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
@@ -122,8 +122,7 @@
opt<bool> EnableBackgroundIndex{
"background-index",
cat(Features),
- desc("Index project code in the background and persist index on disk. "
- "Experimental"),
+ desc("Index project code in the background and persist index on disk."),
init(true),
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66943.217876.patch
Type: text/x-patch
Size: 540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190829/f2bc158e/attachment.bin>
More information about the llvm-commits
mailing list