[PATCH] D42049: [clangd] Merge results from static/dynamic index.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 14 23:43:39 PST 2018
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added subscribers: cfe-commits, ilya-biryukov, mgorny, klimek.
We now hide the static/dynamic split from the code completion, behind a
new implementation of the SymbolIndex interface. This will reduce the
complexity of the sema/index merging that needs to be done by
CodeComplete, at a fairly small cost in flexibility.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D42049
Files:
clangd/CMakeLists.txt
clangd/ClangdServer.cpp
clangd/ClangdServer.h
clangd/CodeComplete.cpp
clangd/CodeComplete.h
clangd/index/Index.h
clangd/index/Merge.cpp
clangd/index/Merge.h
unittests/clangd/CodeCompleteTests.cpp
unittests/clangd/IndexTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42049.129804.patch
Type: text/x-patch
Size: 13760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180115/05fdb6a1/attachment.bin>
More information about the cfe-commits
mailing list