From: Kirill Bobyrev Date: Mon, 27 Aug 2018 15:38:49 +0000 (+0000) Subject: [docs] Mention clangd-dev in clangd documentation X-Git-Tag: llvmorg-8.0.0-rc1~10095 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bda3fad0044008fe54b99a39141381cced2487c;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/clang-tools-extra/docs/clangd.rst b/clang-tools-extra/docs/clangd.rst index a03f2c1..e2d18fd 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 +`_. For discussions with the +broader community on topics not only related to Clangd, use +`Clang developer mailing list `_. If you're also interested in contributing patches to :program:`Clangd`, take a look at the `LLVM Developer Policy