[PATCH] D54799: [clangd][WIP] textDocument/SymbolInfo method

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 27 06:56:39 PST 2018


jkorous updated this revision to Diff 175475.
jkorous added a comment.

Finished tests and fixed operator<<(SymbolDetails) for containerNames that aren't part of fully qualified name.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54799/new/

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/symbol-info.test
  unittests/clangd/CMakeLists.txt
  unittests/clangd/SymbolInfoTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54799.175475.patch
Type: text/x-patch
Size: 28216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181127/8b7c0dbd/attachment-0001.bin>


More information about the cfe-commits mailing list