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 1c13427d Moved SymbolLocation into its own header and implementation file new c6f58c37 Moved SymbolOrigin into its own header and implementation file
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 | 5 ++-- clangd/CodeComplete.h | 1 + clangd/index/FileIndex.cpp | 1 + clangd/index/Index.cpp | 10 -------- clangd/index/Index.h | 25 +------------------- clangd/index/IndexAction.cpp | 2 ++ clangd/index/Merge.cpp | 1 + clangd/index/Serialization.cpp | 1 + clangd/index/SymbolCollector.h | 2 ++ clangd/index/SymbolOrigin.cpp | 25 ++++++++++++++++++++ clangd/index/SymbolOrigin.h | 47 ++++++++++++++++++++++++++++++++++++++ clangd/index/YAMLSerialization.cpp | 1 + 12 files changed, 85 insertions(+), 36 deletions(-) create mode 100644 clangd/index/SymbolOrigin.cpp create mode 100644 clangd/index/SymbolOrigin.h