[PATCH] D38048: [clangd] Add textDocument/signatureHelp

Raoul Wols via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 30 14:15:44 PDT 2017


rwols added inline comments.


================
Comment at: clangd/Protocol.h:458
+///
+/// A parameter can have a label and a doc-comment.
+struct ParameterInformation {
----------------
@malaperle I copied the sentences from the protocol markdown file over [here](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md), but judging from your comment [here](https://reviews.llvm.org/D35894#inline-314196) that might a problem. Do you suggest to change this or is this okay as-is?


https://reviews.llvm.org/D38048





More information about the cfe-commits mailing list