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 6cc750a [clang-rename] fix bug with initializer lists new 91df466 Fix clang-tidy crash when a single fix is applied on multiple files.
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: clang-tidy/ClangTidy.cpp | 56 ++++++++++++---------- clang-tidy/ClangTidyDiagnosticConsumer.cpp | 34 +++++++------ clang-tidy/ClangTidyDiagnosticConsumer.h | 3 +- .../modernize-pass-by-value/header-with-fix.h | 8 ++++ .../modernize-pass-by-value-multi-fixes.cpp | 12 +++++ unittests/clang-tidy/ClangTidyTest.h | 17 ++++--- 6 files changed, 83 insertions(+), 47 deletions(-) create mode 100644 test/clang-tidy/Inputs/modernize-pass-by-value/header-with-fix.h create mode 100644 test/clang-tidy/modernize-pass-by-value-multi-fixes.cpp