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 fd58c1b [clang-tidy] ProTypeMemberInitCheck - check that field decls [...] new 197372c [clang-tidy] Cleanup namespace in utils folder.
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: .../ProBoundsConstantArrayIndexCheck.cpp | 6 +++--- .../cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h | 4 ++-- clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp | 9 +++++---- clang-tidy/llvm/HeaderGuardCheck.h | 2 +- clang-tidy/misc/MoveConstructorInitCheck.cpp | 9 +++++---- clang-tidy/misc/MoveConstructorInitCheck.h | 4 ++-- clang-tidy/misc/SuspiciousSemicolonCheck.cpp | 2 +- clang-tidy/modernize/PassByValueCheck.cpp | 9 +++++---- clang-tidy/modernize/PassByValueCheck.h | 4 ++-- clang-tidy/modernize/ReplaceAutoPtrCheck.cpp | 9 +++++---- clang-tidy/modernize/ReplaceAutoPtrCheck.h | 4 ++-- clang-tidy/performance/ForRangeCopyCheck.cpp | 15 ++++++++------- clang-tidy/performance/UnnecessaryCopyInitialization.cpp | 6 +++--- clang-tidy/performance/UnnecessaryValueParamCheck.cpp | 6 +++--- clang-tidy/utils/DeclRefExprUtils.cpp | 6 ++++-- clang-tidy/utils/DeclRefExprUtils.h | 6 ++++-- clang-tidy/utils/FixItHintUtils.cpp | 6 +++--- clang-tidy/utils/FixItHintUtils.h | 6 +++--- clang-tidy/utils/HeaderGuard.cpp | 2 ++ clang-tidy/utils/HeaderGuard.h | 2 ++ clang-tidy/utils/IncludeInserter.cpp | 2 ++ clang-tidy/utils/IncludeInserter.h | 2 ++ clang-tidy/utils/IncludeSorter.cpp | 2 ++ clang-tidy/utils/IncludeSorter.h | 2 ++ clang-tidy/utils/LexerUtils.cpp | 6 ++++-- clang-tidy/utils/LexerUtils.h | 6 ++++-- clang-tidy/utils/Matchers.h | 4 ++-- clang-tidy/utils/TypeTraits.cpp | 4 +++- clang-tidy/utils/TypeTraits.h | 2 ++ unittests/clang-tidy/IncludeInserterTest.cpp | 9 +++++---- 30 files changed, 93 insertions(+), 63 deletions(-)