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 d575e433 [clangd] Add a testcase for empty preamble. new f63cc3e7 [clang-tidy] Abseil: integral division of Duration check
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/abseil/AbseilTidyModule.cpp | 3 ++ clang-tidy/abseil/CMakeLists.txt | 1 + clang-tidy/abseil/DurationDivisionCheck.cpp | 59 ++++++++++++++++++++++ clang-tidy/abseil/DurationDivisionCheck.h | 35 +++++++++++++ docs/ReleaseNotes.rst | 7 +++ docs/clang-tidy/checks/list.rst | 1 + test/clang-tidy/abseil-duration-division.cpp | 75 ++++++++++++++++++++++++++++ 7 files changed, 181 insertions(+) create mode 100644 clang-tidy/abseil/DurationDivisionCheck.cpp create mode 100644 clang-tidy/abseil/DurationDivisionCheck.h create mode 100644 test/clang-tidy/abseil-duration-division.cpp