[clang-tools-extra] 966cad0 - [clangd] Add README pointing to docs, bugtracker etc. NFC

Sam McCall via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 12 06:00:23 PDT 2020


Author: Sam McCall
Date: 2020-03-12T14:00:08+01:00
New Revision: 966cad0c65d796d8824524c7bee62c86d1594d3d

URL: https://github.com/llvm/llvm-project/commit/966cad0c65d796d8824524c7bee62c86d1594d3d
DIFF: https://github.com/llvm/llvm-project/commit/966cad0c65d796d8824524c7bee62c86d1594d3d.diff

LOG: [clangd] Add README pointing to docs, bugtracker etc. NFC

Added: 
    clang-tools-extra/clangd/README.md
    clang-tools-extra/docs/clangd/README.txt

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/README.md b/clang-tools-extra/clangd/README.md
new file mode 100644
index 000000000000..c9a75895acab
--- /dev/null
+++ b/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)

diff  --git a/clang-tools-extra/docs/clangd/README.txt b/clang-tools-extra/docs/clangd/README.txt
new file mode 100644
index 000000000000..7d1ca932b60d
--- /dev/null
+++ b/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/


        


More information about the cfe-commits mailing list