[clang-tools-extra] d12000c - [clangd] Bump recommended gRPC version (1.33.2 -> 1.36.3)

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


Author: Kirill Bobyrev
Date: 2021-06-07T15:36:33+02:00
New Revision: d12000ca55d1cc8bc07f75457e3b4efbcd8ff657

URL: https://github.com/llvm/llvm-project/commit/d12000ca55d1cc8bc07f75457e3b4efbcd8ff657
DIFF: https://github.com/llvm/llvm-project/commit/d12000ca55d1cc8bc07f75457e3b4efbcd8ff657.diff

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

Context: https://github.com/clangd/clangd/pull/783

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D103393

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/index/remote/README.md b/clang-tools-extra/clangd/index/remote/README.md
index 0f9c01ab4bd53..5ae4dc98c906e 100644
--- a/clang-tools-extra/clangd/index/remote/README.md
+++ b/clang-tools-extra/clangd/index/remote/README.md
@@ -35,7 +35,7 @@ can easily uninstall gRPC or use 
diff erent versions.
 
 ```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.


        


More information about the cfe-commits mailing list