From d3e64b5d87a280567425880ee100cb9b2f038ae8 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 29 Aug 2019 14:52:23 +0000 Subject: 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 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_90@370370 91177308-0d34-0410-b5e6-96231b3b80d8 --- clangd/tool/ClangdMain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clangd/tool/ClangdMain.cpp b/clangd/tool/ClangdMain.cpp index c047a953..7336daa2 100644 --- a/clangd/tool/ClangdMain.cpp +++ b/clangd/tool/ClangdMain.cpp @@ -122,8 +122,7 @@ opt ShowOrigins{ opt 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), }; -- cgit v1.2.3