This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE343780: [clangd] expose MergedIndex class (authored by
sammccall, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52250?vs=168288&id=168289#toc
Repository:
rCTE Clang Tools Extra
sammccall updated this revision to Diff 168288.
sammccall added a comment.
Rebase
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52250
Files:
clangd/ClangdServer.cpp
clangd/ClangdServer.h
clangd/index/FileIndex.cpp
clangd/index/FileIndex.h
clangd/index/Merge.cpp
cla
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52250
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.l
sammccall created this revision.
sammccall added a reviewer: ioeric.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay,
ilya-biryukov.
This allows inheriting from it, so index() can ga away and allowing
TestTU::index) to be fixed.
Repository:
rCTE Clang Tools Extra