This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 61c90c17 [clangd] clangd-indexer gathers refs and stores them in index files. new aec459aa [clangd] expose MergedIndex class
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clangd/ClangdServer.cpp | 11 +-- clangd/ClangdServer.h | 4 +- clangd/index/FileIndex.cpp | 6 +- clangd/index/FileIndex.h | 8 +- clangd/index/Merge.cpp | 188 ++++++++++++++++-------------------- clangd/index/Merge.h | 23 ++++- unittests/clangd/FileIndexTests.cpp | 14 +-- unittests/clangd/IndexTests.cpp | 22 ++--- unittests/clangd/TestTU.cpp | 7 +- 9 files changed, 137 insertions(+), 146 deletions(-)