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 5bb7e107 [clang-tidy] bugprone-string-integer-assignment: Reduce false [...] new 69145533 Moved Ref 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/AST.h | 3 +- clangd/CMakeLists.txt | 1 + clangd/IncludeFixer.cpp | 1 + clangd/Protocol.cpp | 1 - clangd/Quality.cpp | 3 +- clangd/index/Index.cpp | 48 +--------------- clangd/index/Index.h | 99 +------------------------------- clangd/index/Ref.cpp | 62 ++++++++++++++++++++ clangd/index/Ref.h | 119 +++++++++++++++++++++++++++++++++++++++ clangd/index/SymbolCollector.cpp | 1 + clangd/indexer/IndexerMain.cpp | 3 +- 11 files changed, 192 insertions(+), 149 deletions(-) create mode 100644 clangd/index/Ref.cpp create mode 100644 clangd/index/Ref.h