clangd/README.md

20 lines
808 B
Markdown
Raw Permalink Normal View History

2019-01-16 13:47:16 +00:00
## clangd
clangd is a language server, and provides C++ IDE features to editors.
This is not its documentation.
2020-03-12 09:59:33 +00:00
- the **website** is https://clangd.llvm.org/.
2019-01-16 13:47:16 +00:00
- the **bug tracker** is in this repository: https://github.com/clangd/clangd/issues
2021-02-09 15:12:52 +00:00
- the **source code** is hosted at https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd.
2020-03-12 09:59:33 +00:00
- the **website source code** is at https://github.com/llvm/clangd-www/
### Communication channels
2020-02-20 10:46:08 +00:00
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](https://discord.gg/xS7Z362).
2020-03-12 09:59:33 +00:00
- user questions and feature requests can be asked in the clangd topic on [LLVM
Discussion Forums](https://llvm.discourse.group/c/llvm-project/clangd/34)