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 b47d447b Revert "[clang-tidy] Add the abseil-duration-comparison check"
new e8a34b70 [clang-tidy] Recommit: Add the abseil-duration-comparison 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 | 2 +
clang-tidy/abseil/DurationComparisonCheck.cpp | 165 +++++++++++++++++
...rCatAppendCheck.h => DurationComparisonCheck.h} | 18 +-
clang-tidy/abseil/DurationFactoryFloatCheck.cpp | 64 ++-----
clang-tidy/abseil/DurationFactoryScaleCheck.cpp | 50 +-----
clang-tidy/abseil/DurationRewriter.cpp | 109 ++++++++++++
clang-tidy/abseil/DurationRewriter.h | 86 +++++++++
docs/ReleaseNotes.rst | 6 +
.../checks/abseil-duration-comparison.rst | 33 ++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-duration-comparison.cpp | 195 +++++++++++++++++++++
12 files changed, 630 insertions(+), 102 deletions(-)
create mode 100644 clang-tidy/abseil/DurationComparisonCheck.cpp
copy clang-tidy/abseil/{StrCatAppendCheck.h => DurationComparisonCheck.h} (53%)
create mode 100644 clang-tidy/abseil/DurationRewriter.cpp
create mode 100644 clang-tidy/abseil/DurationRewriter.h
create mode 100644 docs/clang-tidy/checks/abseil-duration-comparison.rst
create mode 100644 test/clang-tidy/abseil-duration-comparison.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/binutils-gdb.
from dd5ce15398 Automatic date update in version.in
adds 6c9af454ab Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from dd5ce15398 Automatic date update in version.in
adds 6c9af454ab Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2c3aa39881b [Hexagon] Add HasV5 predicate for compatibility with auto-g [...]
new 4a9bb285e14 [MachineOutliner] Drop candidates that require fixups if it [...]
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:
lib/Target/AArch64/AArch64InstrInfo.cpp | 29 +++++-
.../CodeGen/AArch64/machine-outliner-all-stack.mir | 112 +++++++++++++++++++++
.../machine-outliner-compatible-candidates.mir | 103 +++++++++++++++++++
.../AArch64/machine-outliner-drop-stack.mir | 99 ++++++++++++++++++
4 files changed, 338 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-all-stack.mir
create mode 100644 test/CodeGen/AArch64/machine-outliner-compatible-candidates.mir
create mode 100644 test/CodeGen/AArch64/machine-outliner-drop-stack.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.