173
|
1 ## clangd
|
|
2
|
|
3 clangd is a language server, and provides C++ IDE features to editors.
|
|
4 This is not its documentation.
|
|
5
|
|
6 - the **website** is https://clangd.llvm.org/.
|
|
7 - the **bug tracker** is https://github.com/clangd/clangd/issues
|
|
8 - the **source code** is hosted at https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd.
|
|
9 - the **website source code** is at https://github.com/llvm/clangd-www/
|
|
10
|
|
11 ### Communication channels
|
|
12
|
|
13 If you have any questions or feedback, you can reach community and developers
|
|
14 through one of these channels:
|
|
15
|
|
16 - chat: #clangd room hosted on [LLVM's Discord
|
|
17 channel](https://discord.gg/xS7Z362).
|
|
18 - user questions and feature requests can be asked in the clangd topic on [LLVM
|
|
19 Discussion Forums](https://llvm.discourse.group/c/llvm-project/clangd/34)
|