From c4cf0c3894f3f133e7bd52c00804a1a6412f3049 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:11:49 +0000 Subject: [PATCH] clangd: Update to version 18.1.3 --- bucket/clangd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clangd.json b/bucket/clangd.json index 6ab0080c52..ed6e403403 100644 --- a/bucket/clangd.json +++ b/bucket/clangd.json @@ -1,13 +1,13 @@ { - "version": "17.0.3", + "version": "18.1.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/17.0.3/clangd-windows-17.0.3.zip", - "hash": "be2e387544df97a36cdba9325562a9695c22af7a8abcbcb0dec0e73ed9ad8127", - "extract_dir": "clangd_17.0.3" + "url": "https://github.com/clangd/clangd/releases/download/18.1.3/clangd-windows-18.1.3.zip", + "hash": "3d287d39bab29406f002ff80b939668e59e25ef72346d8f38826305016e45896", + "extract_dir": "clangd_18.1.3" } }, "bin": "bin\\clangd.exe",