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 d1f3b6c [Clang-tidy] Fix for crash in modernize-raw-string-literal check new 4ad9607 [clang-tidy] Cleanup some ast-matchers and lift some to utils.
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: .../misc/BoolPointerImplicitConversionCheck.cpp | 3 +- clang-tidy/misc/IncorrectRoundings.cpp | 7 +--- clang-tidy/misc/MacroParenthesesCheck.cpp | 4 +- clang-tidy/misc/MisplacedWideningCastCheck.cpp | 5 +-- .../misc/PointerAndIntegralOperationCheck.cpp | 4 +- clang-tidy/misc/SizeofExpressionCheck.cpp | 7 +--- clang-tidy/modernize/ShrinkToFitCheck.cpp | 19 +-------- clang-tidy/readability/ContainerSizeEmptyCheck.cpp | 48 +++++----------------- clang-tidy/readability/ImplicitBoolCastCheck.cpp | 8 +--- clang-tidy/utils/Matchers.h | 12 ++++++ 10 files changed, 36 insertions(+), 81 deletions(-)