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 0eddbe90 [clangd] NFC: Simplify code, enforce LLVM Coding Standards new 6609f826 [clangd] Merge binary + YAML serialization behind a (mostly) [...]
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 | 2 +- clangd/benchmarks/IndexBenchmark.cpp | 2 +- clangd/index/Serialization.cpp | 67 ++++++++++++++-- clangd/index/Serialization.h | 37 +++++++-- clangd/index/SymbolYAML.h | 54 ------------- .../{SymbolYAML.cpp => YAMLSerialization.cpp} | 89 +++++++++------------- clangd/index/dex/dexp/Dexp.cpp | 4 +- clangd/indexer/IndexerMain.cpp | 33 ++++---- clangd/tool/ClangdMain.cpp | 2 +- unittests/clangd/SerializationTests.cpp | 58 +++++++------- unittests/clangd/SymbolCollectorTests.cpp | 1 - 11 files changed, 174 insertions(+), 175 deletions(-) delete mode 100644 clangd/index/SymbolYAML.h rename clangd/index/{SymbolYAML.cpp => YAMLSerialization.cpp} (76%)