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 48f63c66 [clang-tidy] insert release notes for new checkers alphabetically new 24b0e4b1 [clang-tidy] NFC Consolidate test absl::Time implementation new 6aaac2bf Use the standard Duration factory matcher
The 2 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: .../abseil/UpgradeDurationConversionsCheck.cpp | 6 +- test/clang-tidy/Inputs/absl/time/time.h | 72 ++++++++++++++++++++++ test/clang-tidy/abseil-duration-comparison.cpp | 60 +----------------- test/clang-tidy/abseil-duration-factory-float.cpp | 32 +--------- test/clang-tidy/abseil-duration-factory-scale.cpp | 30 +-------- .../abseil-upgrade-duration-conversions.cpp | 45 +------------- 6 files changed, 83 insertions(+), 162 deletions(-) create mode 100644 test/clang-tidy/Inputs/absl/time/time.h