diff options
author | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-27 15:38:49 +0000 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-27 15:38:49 +0000 |
commit | 5bda3fad0044008fe54b99a39141381cced2487c (patch) | |
tree | 1dea6d6c6bd02078c98d0d23594ad1b2f6f20ec0 | |
parent | 596709d8a89a2892b4d3ff3da1d6fe97a8a7d8ac (diff) | |
download | bcm5719-llvm-5bda3fad0044008fe54b99a39141381cced2487c.tar.gz bcm5719-llvm-5bda3fad0044008fe54b99a39141381cced2487c.zip |
[docs] Mention clangd-dev in clangd documentation
Since the clangd-dev is intended to be the place for clangd-related
discussions, we should point new users to this mailing list while
probably mentioning cfe-dev, too.
Reviewed by: ioeric
Differential Revision: https://reviews.llvm.org/D51293
llvm-svn: 340749
-rw-r--r-- | clang-tools-extra/docs/clangd.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clangd.rst b/clang-tools-extra/docs/clangd.rst index a03f2c150d7..e2d18fd41bf 100644 --- a/clang-tools-extra/docs/clangd.rst +++ b/clang-tools-extra/docs/clangd.rst @@ -111,7 +111,10 @@ extension to the protocol. Getting Involved ================== -A good place for interested contributors is the `Clang developer mailing list +A good place for interested contributors is the `Clangd developer mailing list +<http://lists.llvm.org/mailman/listinfo/clangd-dev>`_. For discussions with the +broader community on topics not only related to Clangd, use +`Clang developer mailing list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_. If you're also interested in contributing patches to :program:`Clangd`, take a look at the `LLVM Developer Policy |