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.
|
|
|
|
|
|
|
|
- the **website** is https://clangd.github.io/.
|
|
|
|
- the **bug tracker** is in this repository: https://github.com/clangd/clangd/issues
|
|
|
|
- the **source code** is hosted at http://llvm.org/, and mirrored at
|
|
|
|
https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd.
|
|
|
|
- the **website source code** is at https://github.com/clangd/clangd.github.io/
|
2020-02-12 13:35:39 +00:00
|
|
|
|
|
|
|
### 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:
|
2020-02-12 13:35:39 +00:00
|
|
|
|
2020-02-20 11:03:55 +00:00
|
|
|
- chat: #clangd room hosted on [LLVM's Discord
|
2020-02-12 13:35:39 +00:00
|
|
|
channel](https://discord.gg/xS7Z362).
|
|
|
|
- user questions and feature requests can be asked in Clangd topic on [LLVM
|
|
|
|
Discussion Forums](https://llvm.discourse.group/c/llvm-project/clangd/34)
|