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 e65b976c [clang-tidy] Update run-clang-tidy.py with config arg new 1ff4c4b9 [clangd] Collect the number of files referencing a symbol in [...]
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: .../GlobalSymbolBuilderMain.cpp | 1 + clangd/index/FileIndex.cpp | 4 +- clangd/index/Index.h | 3 + clangd/index/Merge.cpp | 1 + clangd/index/SymbolCollector.cpp | 67 ++++++++++++++-------- clangd/index/SymbolCollector.h | 6 ++ clangd/index/SymbolYAML.cpp | 1 + unittests/clangd/IndexTests.cpp | 3 + unittests/clangd/SymbolCollectorTests.cpp | 28 ++++++++- 9 files changed, 89 insertions(+), 25 deletions(-)