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

Raoul Wols via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 1 12:23:45 PDT 2017


rwols added inline comments.


================
Comment at: clangd/ClangdUnit.cpp:442
 
   static void FillSortText(const CodeCompletionString &CCS,
                            CompletionItem &Item) {
----------------
I seem to have inadvertently used the old fillSortText during the merge from upstream, let me fix that (this is why tests were failing probably).


https://reviews.llvm.org/D38048





More information about the cfe-commits mailing list