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 1fe1993c [clangd] Fix reversed RIFF/YAML serialization new de725ec8 [clangd] Extract mapper logic from clangd-indexer into a library.
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/CMakeLists.txt | 1 + clangd/index/IndexAction.cpp | 73 ++++++++++++++++++++++++++++++++++++++++++ clangd/index/IndexAction.h | 32 ++++++++++++++++++ clangd/index/Serialization.h | 21 ++++++------ clangd/index/SymbolCollector.h | 3 ++ clangd/indexer/IndexerMain.cpp | 65 +++---------------------------------- 6 files changed, 126 insertions(+), 69 deletions(-) create mode 100644 clangd/index/IndexAction.cpp create mode 100644 clangd/index/IndexAction.h