clangd: Update to version 16.0.2

This commit is contained in:
github-actions[bot] 2023-05-02 08:27:10 +00:00
parent ec2cef1b2c
commit a8c10f5d9d

View File

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