[clang-tools-extra] r370367 - [clangd][NFC] Update background-index command line description
Kadir Cetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 07:38:02 PDT 2019
Author: kadircet
Date: Thu Aug 29 07:38:02 2019
New Revision: 370367
URL: http://llvm.org/viewvc/llvm-project?rev=370367&view=rev
Log:
[clangd][NFC] Update background-index command line description
Summary:
We didn't change this in D64019 just in case we revert it back.
Deleting it now.
Reviewers: hokein, sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D66943
Modified:
clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
Modified: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp?rev=370367&r1=370366&r2=370367&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp (original)
+++ clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp Thu Aug 29 07:38:02 2019
@@ -122,8 +122,7 @@ opt<bool> ShowOrigins{
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),
};
More information about the cfe-commits
mailing list