[PATCH] D45717: [clangd] Using index for GoToDefinition.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 24 06:29:15 PDT 2018


hokein updated this revision to Diff 143728.
hokein marked 14 inline comments as done.
hokein added a comment.

Address review comments:

- clarify the flow of go to definition.
- simplify the test code.
- some function move-out stuff.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45717

Files:
  clangd/ClangdServer.cpp
  clangd/FindSymbols.cpp
  clangd/XRefs.cpp
  clangd/XRefs.h
  clangd/index/FileIndex.cpp
  clangd/index/FileIndex.h
  unittests/clangd/XRefsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45717.143728.patch
Type: text/x-patch
Size: 22102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180424/b4d4ed0f/attachment-0001.bin>


More information about the cfe-commits mailing list