clangd: Update to version 19.1.2

This commit is contained in:
github-actions[bot] 2025-01-01 00:39:02 +00:00
parent b2f03a0b86
commit ab77b1a715

View File

@ -1,13 +1,13 @@
{ {
"version": "18.1.3", "version": "19.1.2",
"description": "Language server for C/C++, by the LLVM project", "description": "Language server for C/C++, by the LLVM project",
"homepage": "https://clangd.llvm.org/", "homepage": "https://clangd.llvm.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/clangd/clangd/releases/download/18.1.3/clangd-windows-18.1.3.zip", "url": "https://github.com/clangd/clangd/releases/download/19.1.2/clangd-windows-19.1.2.zip",
"hash": "3d287d39bab29406f002ff80b939668e59e25ef72346d8f38826305016e45896", "hash": "5b6ceb0f85d63fa0c2c9aab31c29bebd41dc11da1f160ef21bc2fea93270a20d",
"extract_dir": "clangd_18.1.3" "extract_dir": "clangd_19.1.2"
} }
}, },
"bin": "bin\\clangd.exe", "bin": "bin\\clangd.exe",