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 7ee33c1 [clang-move] Support moving enum declarations. new 6b97b9e [clang-tidy] Add check name to YAML export (clang-tools-extra part)
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 | 21 ++++-- .../lib/Tooling/ApplyReplacements.cpp | 78 +++++++++++++++++++++- .../tool/ClangApplyReplacementsMain.cpp | 19 ++++-- clang-tidy/ClangTidy.cpp | 28 ++++---- clang-tidy/ClangTidy.h | 3 +- clang-tidy/ClangTidyDiagnosticConsumer.cpp | 52 ++++++--------- clang-tidy/ClangTidyDiagnosticConsumer.h | 42 ++---------- clang-tidy/tool/ClangTidyMain.cpp | 2 +- .../Inputs/basic/file1.yaml | 36 +++++----- .../Inputs/basic/file2.yaml | 12 ++-- .../Inputs/conflict/file1.yaml | 28 ++++---- .../Inputs/conflict/file2.yaml | 28 ++++---- .../Inputs/conflict/file3.yaml | 12 ++-- .../Inputs/crlf/file1.yaml | 12 ++-- .../clang-apply-replacements/Inputs/format/no.yaml | 12 ++-- .../Inputs/format/yes.yaml | 36 +++++----- 16 files changed, 243 insertions(+), 178 deletions(-)