Skip to content

Commit 16d2d31

Browse files
committed
Merging r370367:
------------------------------------------------------------------------ r370367 | kadircet | 2019-08-29 16:38:02 +0200 (Thu, 29 Aug 2019) | 13 lines [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 ------------------------------------------------------------------------ llvm-svn: 370370
1 parent a400f31 commit 16d2d31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/clangd/tool/ClangdMain.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ opt<bool> ShowOrigins{
122122
opt<bool> EnableBackgroundIndex{
123123
"background-index",
124124
cat(Features),
125-
desc("Index project code in the background and persist index on disk. "
126-
"Experimental"),
125+
desc("Index project code in the background and persist index on disk."),
127126
init(true),
128127
};
129128

0 commit comments

Comments
 (0)