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 84f5259 [clang-tidy] MoveConstructorInitCheck - Add parameter name to [...] new b2d99de Added XrefsDBManager into include-fixer and made XrefsDB retu [...]
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/CMakeLists.txt | 1 + include-fixer/InMemoryXrefsDB.cpp | 26 ++++++++++- include-fixer/InMemoryXrefsDB.h | 10 +++-- include-fixer/IncludeFixer.cpp | 15 ++++--- include-fixer/IncludeFixer.h | 9 ++-- include-fixer/XrefsDB.h | 16 +++---- .../{YamlXrefsDB.cpp => XrefsDBManager.cpp} | 52 ++++++++++++---------- include-fixer/{XrefsDB.h => XrefsDBManager.h} | 25 +++++++---- include-fixer/YamlXrefsDB.cpp | 32 +++---------- include-fixer/YamlXrefsDB.h | 3 +- include-fixer/find-all-symbols/SymbolInfo.h | 1 + include-fixer/tool/ClangIncludeFixer.cpp | 14 +++--- unittests/include-fixer/IncludeFixerTest.cpp | 15 ++++--- 13 files changed, 125 insertions(+), 94 deletions(-) copy include-fixer/{YamlXrefsDB.cpp => XrefsDBManager.cpp} (50%) copy include-fixer/{XrefsDB.h => XrefsDBManager.h} (57%)