[PATCH] D66943: [clangd][NFC] Update background-index command line description

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 07:09:01 PDT 2019


kadircet created this revision.
kadircet added reviewers: hokein, sammccall.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

We didn't change this in D64019 <https://reviews.llvm.org/D64019> just in case we revert it back.
Deleting it now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66943

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


Index: clang-tools-extra/clangd/tool/ClangdMain.cpp
===================================================================
--- clang-tools-extra/clangd/tool/ClangdMain.cpp
+++ clang-tools-extra/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.217866.patch
Type: text/x-patch
Size: 522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190829/33605368/attachment.bin>


More information about the cfe-commits mailing list