mirror of
https://github.com/clangd/clangd.git
synced 2025-10-17 13:32:19 +00:00
clangd language server
As of https://github.com/actions/runner-images/issues/12934, the Mac runners use CMake 4.0, which drops compatibility with CMake < 3.5, but the gRPC library version we use is marked as having CMake 3.1 as its minimum version. Work around this by using `-DCMAKE_POLICY_VERSION_MINIMUM=3.5`. |
||
---|---|---|
.github | ||
logo | ||
scripts | ||
.gitignore | ||
LICENSE | ||
README.md | ||
releases.md |
clangd
clangd is a language server, and provides C++ IDE features to editors. This is not its documentation.
- the website is https://clangd.llvm.org/.
- the bug tracker is in this repository: https://github.com/clangd/clangd/issues
- the source code is hosted at https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd.
- the website source code is at https://github.com/llvm/clangd-www/
Communication channels
If you have any questions or feedback, you can reach community and developers through one of these channels:
- chat: #clangd room hosted on LLVM's Discord channel.
- user questions and feature requests can be asked in the clangd topic on LLVM Discussion Forums