clangd: Update to version 17.0.3

This commit is contained in:
github-actions[bot] 2023-11-23 12:30:08 +00:00
parent 41e2f9c7e9
commit 8cdfa1411c

View File

@ -1,13 +1,13 @@
{ {
"version": "16.0.2", "version": "17.0.3",
"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/16.0.2/clangd-windows-16.0.2.zip", "url": "https://github.com/clangd/clangd/releases/download/17.0.3/clangd-windows-17.0.3.zip",
"hash": "c7b90ad9c413c0270585b93962414e0bcc9f06a2ad3dd6e341e2719987eab34b", "hash": "be2e387544df97a36cdba9325562a9695c22af7a8abcbcb0dec0e73ed9ad8127",
"extract_dir": "clangd_16.0.2" "extract_dir": "clangd_17.0.3"
} }
}, },
"bin": "bin\\clangd.exe", "bin": "bin\\clangd.exe",