From e7577c595cff31c0be7ae8c382bd4d6112551f4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:32:02 +0000 Subject: [PATCH] clangd: Update to version 21.1.8 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 1d2bcb60f2..6f9db519a9 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "21.1.0", + "version": "21.1.8", "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/21.1.0/clangd-windows-21.1.0.zip", - "hash": "9bcbb561dbc2214a6d03a6ed7e6bd0147776cca58e3b58a7f6df86a983ce1c22", - "extract_dir": "clangd_21.1.0" + "url": "https://github.com/clangd/clangd/releases/download/21.1.8/clangd-windows-21.1.8.zip", + "hash": "aeb5a68414c4d10b0867a479c9f21593043cc6d122e39de61b3801c89ebd57fc", + "extract_dir": "clangd_21.1.8" } }, "bin": "bin\\clangd.exe",