From 5a2578b474f7ba68a11fc3a58a169a6aa1df08d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 08:31:04 +0000 Subject: [PATCH] clangd: Update to version 21.1.0 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 8222c38d88..1d2bcb60f2 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "20.1.8", + "version": "21.1.0", "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/20.1.8/clangd-windows-20.1.8.zip", - "hash": "717a0700fc660574647468b3d0b67e46a077d27e4da794d9d0c212add6ba6765", - "extract_dir": "clangd_20.1.8" + "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" } }, "bin": "bin\\clangd.exe",