[llvm-branch-commits] [clang-tools-extra-branch] r370370 - Merging r370367:

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 29 07:52:23 PDT 2019


Author: hans
Date: Thu Aug 29 07:52:23 2019
New Revision: 370370

URL: http://llvm.org/viewvc/llvm-project?rev=370370&view=rev
Log:
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
------------------------------------------------------------------------

Modified:
    clang-tools-extra/branches/release_90/   (props changed)
    clang-tools-extra/branches/release_90/clangd/tool/ClangdMain.cpp

Propchange: clang-tools-extra/branches/release_90/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Aug 29 07:52:23 2019
@@ -1 +1 @@
-/clang-tools-extra/trunk:366443,366451,366455,366541,366545,366559,366687,366811,366880,366900,366991-366992,367112,367303,367687,368019,368058,368498,368549,368581,369349
+/clang-tools-extra/trunk:366443,366451,366455,366541,366545,366559,366687,366811,366880,366900,366991-366992,367112,367303,367687,368019,368058,368498,368549,368581,369349,370367

Modified: clang-tools-extra/branches/release_90/clangd/tool/ClangdMain.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_90/clangd/tool/ClangdMain.cpp?rev=370370&r1=370369&r2=370370&view=diff
==============================================================================
--- clang-tools-extra/branches/release_90/clangd/tool/ClangdMain.cpp (original)
+++ clang-tools-extra/branches/release_90/clangd/tool/ClangdMain.cpp Thu Aug 29 07:52:23 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 llvm-branch-commits mailing list