[PATCH] D42049: [clangd] Merge results from static/dynamic index.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 15 03:02:32 PST 2018
sammccall updated this revision to Diff 129824.
sammccall marked 2 inline comments as done.
sammccall added a comment.
Fixed bug where we wrote into the underlying index's symbols.
Extended testcase.
Added documentation around contracts.
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.129824.patch
Type: text/x-patch
Size: 15369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180115/f3f08ec6/attachment.bin>
More information about the cfe-commits
mailing list