From 8cdfa1411c8df9cfa3506b77741612e8bcf91287 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:30:08 +0000 Subject: [PATCH] clangd: Update to version 17.0.3 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index bfe97df91b..6ab0080c52 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "16.0.2", + "version": "17.0.3", "description": "Language server for C/C++, by the LLVM project", "homepage": "https://clangd.llvm.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/clangd/clangd/releases/download/16.0.2/clangd-windows-16.0.2.zip", - "hash": "c7b90ad9c413c0270585b93962414e0bcc9f06a2ad3dd6e341e2719987eab34b", - "extract_dir": "clangd_16.0.2" + "url": "https://github.com/clangd/clangd/releases/download/17.0.3/clangd-windows-17.0.3.zip", + "hash": "be2e387544df97a36cdba9325562a9695c22af7a8abcbcb0dec0e73ed9ad8127", + "extract_dir": "clangd_17.0.3" } }, "bin": "bin\\clangd.exe",