Skip to content

Commit

Permalink
[clangd] Add README pointing to docs, bugtracker etc. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Mar 12, 2020
1 parent fa8ce7c commit 966cad0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions clang-tools-extra/clangd/README.md
@@ -0,0 +1,19 @@
## 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 https://github.com/clangd/clangd/issues
- the **source code** is hosted at https://github.com/llvm/llvm-project/tree/master/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](https://discord.gg/xS7Z362).
- 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)
4 changes: 4 additions & 0 deletions clang-tools-extra/docs/clangd/README.txt
@@ -0,0 +1,4 @@
The clangd documentation lives in a separate repository.

Source repo: https://github.com/llvm/clangd-www
Public URL: https://clangd.llvm.org/

0 comments on commit 966cad0

Please sign in to comment.