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 b56e1b9 [clangd] Make clangd install to bin new 5f53780 [include-fixer] Add usage count to find-all-symbols.
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: include-fixer/InMemorySymbolIndex.cpp | 8 +- include-fixer/InMemorySymbolIndex.h | 7 +- include-fixer/IncludeFixer.cpp | 3 +- include-fixer/SymbolIndex.h | 2 +- include-fixer/SymbolIndexManager.cpp | 36 ++-- include-fixer/YamlSymbolIndex.cpp | 13 +- include-fixer/YamlSymbolIndex.h | 6 +- include-fixer/find-all-symbols/FindAllMacros.cpp | 50 +++++- include-fixer/find-all-symbols/FindAllMacros.h | 18 ++ include-fixer/find-all-symbols/FindAllSymbols.cpp | 117 ++++++++----- include-fixer/find-all-symbols/FindAllSymbols.h | 14 +- .../find-all-symbols/FindAllSymbolsAction.cpp | 4 +- include-fixer/find-all-symbols/SymbolInfo.cpp | 49 ++++-- include-fixer/find-all-symbols/SymbolInfo.h | 38 +++-- include-fixer/find-all-symbols/SymbolReporter.h | 4 +- .../find-all-symbols/tool/FindAllSymbolsMain.cpp | 54 +++--- include-fixer/tool/ClangIncludeFixer.cpp | 14 +- test/include-fixer/Inputs/fake_yaml_db.yaml | 18 +- test/include-fixer/Inputs/merge/a.yaml | 6 +- test/include-fixer/Inputs/merge/b.yaml | 6 +- test/include-fixer/merge.test | 9 +- unittests/include-fixer/IncludeFixerTest.cpp | 87 +++++----- .../find-all-symbols/FindAllSymbolsTests.cpp | 189 ++++++++++++++++----- 23 files changed, 499 insertions(+), 253 deletions(-)