clangd / clangd

clangd language server
https://clangd.llvm.org
Apache License 2.0
1.5k stars 61 forks source link

Windows installer does not include clangd-indexer and clangd-index-server #2103

Open JVApen opened 1 month ago

JVApen commented 1 month ago

The windows installer at https://releases.llvm.org/ does not include clangd-indexer and clangd-index-server

System information

Output of clangd --version: 16.0.0

Editor/LSP plugin: N/A

Operating system: Windows 64 bit

HighCommander4 commented 1 month ago

We have our own releases of clangd-indexer and clangd-index-server in the clangd_indexing_tools package on our releases page, e.g. https://github.com/clangd/clangd/releases/tag/18.1.3.

I don't think anyone has proposed adding them to the llvm-project release packages. Such a proposal could be made, but given that those packages are pushing 1GB in size, there might be pushback to adding in optional binaries of a subproject like these.

JVApen commented 1 month ago

I just saw a post on the forum about 3th party executables, so I'll raise it there. I'm fine with closing this without any changes as some exes are available even though they are hard to be discovered