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 7af9b2c [clang-tidy] add check cppcoreguidelines-special-member-functions new 7f9e09d Changes related to new implementation of tooling::Replacement [...]
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: .../Tooling/ApplyReplacements.h | 5 ++ .../lib/Tooling/ApplyReplacements.cpp | 79 +++++++++++++++++++++- .../tool/ClangApplyReplacementsMain.cpp | 2 +- clang-rename/RenamingAction.cpp | 24 ++++--- clang-rename/RenamingAction.h | 10 +-- clang-rename/tool/ClangRename.cpp | 7 +- clang-tidy/ClangTidyDiagnosticConsumer.cpp | 9 ++- include-fixer/IncludeFixer.cpp | 27 ++++++-- include-fixer/tool/ClangIncludeFixer.cpp | 4 +- tool-template/ToolTemplate.cpp | 12 ++-- unittests/clang-tidy/ClangTidyTest.h | 9 ++- 11 files changed, 152 insertions(+), 36 deletions(-)