[PATCH] D103393: [clangd] Bump recommended gRPC version (1.33.2 -> 1.36.3)

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 7 06:36:59 PDT 2021


This revision was not accepted when it landed; it landed in state "Changes Planned".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd12000ca55d1: [clangd] Bump recommended gRPC version (1.33.2 -> 1.36.3) (authored by kbobyrev).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103393/new/

https://reviews.llvm.org/D103393

Files:
  clang-tools-extra/clangd/index/remote/README.md


Index: clang-tools-extra/clangd/index/remote/README.md
===================================================================
--- clang-tools-extra/clangd/index/remote/README.md
+++ clang-tools-extra/clangd/index/remote/README.md
@@ -35,7 +35,7 @@
 
 ```bash
 # Get source code.
-$ git clone -b v1.33.2 https://github.com/grpc/grpc
+$ git clone -b v1.36.3 https://github.com/grpc/grpc
 $ cd grpc
 $ git submodule update --init
 # Choose directory where you want gRPC installation to live.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103393.350267.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210607/8b8dcbc1/attachment-0001.bin>


More information about the cfe-commits mailing list