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

Raoul Wols via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 30 12:11:00 PDT 2017


rwols updated this revision to Diff 117261.
rwols added a comment.

- Updated to latest upstream revision.
- Fix optional/default parameter handling: each default parameter now has its own label (thanks, ilya!).
- Remove the templated "invokeClangAction" function and use polymorphism with CodeCompleteConsumer instead. The function is now called "invokeCodeComplete".


https://reviews.llvm.org/D38048

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/ClangdUnit.cpp
  clangd/ClangdUnit.h
  clangd/Protocol.cpp
  clangd/Protocol.h
  clangd/ProtocolHandlers.cpp
  clangd/ProtocolHandlers.h
  test/clangd/formatting.test
  test/clangd/signature-help.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38048.117261.patch
Type: text/x-patch
Size: 29622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170930/e1a6009d/attachment-0001.bin>


More information about the cfe-commits mailing list