[PATCH] D31887: [clangd] Add documentation page

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 11 04:29:53 PDT 2017


JonasToth added inline comments.


================
Comment at: docs/clangd.rst:16
+
+Clangd is not meant to be used by C/C++ developpers directly but rather from a client implementing the protocol.
+A client would be typically implemented in an IDE or an editor.
----------------
kromanenkov wrote:
> s/developpers/developers
maybe there should be special highlighting to Clangd here and elsewhere?


================
Comment at: docs/clangd.rst:23
+in trying Clangd in combination with Visual Studio Code, you can start by `building Clangd`_,
+then you can open Visual Studio Code in the clangd-vscode folder and launch the extension.
+
----------------
maybe remove the `you can`. The sentence is still valid without the repetition.


Repository:
  rL LLVM

https://reviews.llvm.org/D31887





More information about the cfe-commits mailing list