[PATCH] D52250: [clangd] expose MergedIndex class

2018-10-04 Thread Sam McCall via Phabricator via cfe-commits
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

[PATCH] D52250: [clangd] expose MergedIndex class

2018-10-04 Thread Sam McCall via Phabricator via cfe-commits
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

[PATCH] D52250: [clangd] expose MergedIndex class

2018-09-19 Thread Eric Liu via Phabricator via cfe-commits
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

[PATCH] D52250: [clangd] expose MergedIndex class

2018-09-18 Thread Sam McCall via Phabricator via cfe-commits
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