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 e18b9b92 Moved DenseMap support for SymbolID into SymbolID.h new 1c13427d Moved SymbolLocation 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 | 1 + clangd/XRefs.cpp | 2 +- clangd/index/Index.cpp | 24 ----------- clangd/index/Index.h | 65 +--------------------------- clangd/index/Merge.cpp | 2 +- clangd/index/Serialization.cpp | 2 +- clangd/index/Serialization.h | 1 + clangd/index/SymbolCollector.cpp | 1 + clangd/index/SymbolLocation.cpp | 40 +++++++++++++++++ clangd/index/SymbolLocation.h | 88 ++++++++++++++++++++++++++++++++++++++ clangd/index/YAMLSerialization.cpp | 1 + 11 files changed, 136 insertions(+), 91 deletions(-) create mode 100644 clangd/index/SymbolLocation.cpp create mode 100644 clangd/index/SymbolLocation.h