[PATCH] D38048: [clangd] Add textDocument/signatureHelp
Raoul Wols via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 1 12:33:06 PDT 2017
rwols updated this revision to Diff 117290.
rwols added a comment.
- Fix fillSortText: used the old version, now using new version from upstream
- Fix initialize-params.test and initialize-params-invalid.test to account for signature help
- All tests pass now
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/initialize-params-invalid.test
test/clangd/initialize-params.test
test/clangd/signature-help.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38048.117290.patch
Type: text/x-patch
Size: 31271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171001/1cc83933/attachment-0001.bin>
More information about the cfe-commits
mailing list