[PATCH] D54799: [clangd][WIP] textDocument/CursorInfo method
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 23 05:14:41 PST 2018
jkorous updated this revision to Diff 175115.
jkorous marked 2 inline comments as done.
jkorous added a comment.
Herald added a subscriber: mgorny.
Couple minor changes based on discussion.
- Move `SymbolID` to `index/SymbolID.h`.
- Rename in `ClangdServer` - drop the verb from method name.
- Remove conditional return in `XRefs.cpp`.
https://reviews.llvm.org/D54799
Files:
clangd/CMakeLists.txt
clangd/ClangdLSPServer.cpp
clangd/ClangdLSPServer.h
clangd/ClangdServer.cpp
clangd/ClangdServer.h
clangd/Protocol.cpp
clangd/Protocol.h
clangd/XRefs.cpp
clangd/XRefs.h
clangd/index/Index.cpp
clangd/index/Index.h
clangd/index/SymbolID.cpp
clangd/index/SymbolID.h
test/clangd/cursor-info.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54799.175115.patch
Type: text/x-patch
Size: 21358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181123/e2b381c3/attachment-0001.bin>
More information about the cfe-commits
mailing list