[clang-tools-extra] r370367 - [clangd][NFC] Update background-index command line description

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 07:51:01 PDT 2019


Merged to release_90 in r370370.

On Thu, Aug 29, 2019 at 4:36 PM Kadir Cetinkaya via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
>
> 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),
>  };
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


More information about the cfe-commits mailing list