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 c6f58c37 Moved SymbolOrigin into its own header and implementation file new d54fc41c Moved Symbol 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/CodeComplete.cpp | 1 + clangd/CodeComplete.h | 1 + clangd/Headers.h | 2 +- clangd/IncludeFixer.cpp | 1 + clangd/IncludeFixer.h | 1 + clangd/index/Background.cpp | 1 + clangd/index/FileIndex.h | 1 + clangd/index/Index.cpp | 61 ------------ clangd/index/Index.h | 204 +------------------------------------- clangd/index/Merge.cpp | 1 + clangd/index/Serialization.h | 1 + clangd/index/Symbol.cpp | 76 ++++++++++++++ clangd/index/Symbol.h | 231 +++++++++++++++++++++++++++++++++++++++++++ 14 files changed, 318 insertions(+), 265 deletions(-) create mode 100644 clangd/index/Symbol.cpp create mode 100644 clangd/index/Symbol.h