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 f6fccaef [clangd] Remove one-segment-skipping from Dex trigrams. new 61c90c17 [clangd] clangd-indexer gathers refs and stores them in index files.
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/index/IndexAction.cpp | 19 ++++--- clangd/index/IndexAction.h | 5 +- clangd/index/Serialization.cpp | 64 +++++++++++++++++++++- clangd/index/Serialization.h | 11 ++-- clangd/index/YAMLSerialization.cpp | 94 +++++++++++++++++++++++++++++++-- clangd/indexer/IndexerMain.cpp | 14 ++++- unittests/clangd/SerializationTests.cpp | 46 ++++++++++++++-- 7 files changed, 232 insertions(+), 21 deletions(-)