Add README

This commit is contained in:
Sam McCall 2019-01-16 14:47:16 +01:00
commit c80cc3a6fc

10
README.md Normal file
View File

@ -0,0 +1,10 @@
## 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/