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-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from cc1d3efc1c Automatic date update in version.in
adds d9143b9c02 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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 86e46645 0: update: binutils-gcc-linux: all
new fc1d85f3 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (86e46645)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 9974 +++++++-------
04-build_abe-stage1/console.log | 13958 ++++++++++----------
05-build_linux/console.log | 732 +-
06-boot_linux/console.log | 6 +-
console.log | 25284 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25309 insertions(+), 25261 deletions(-)
--
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 lldb.
from fceed64bf [lldb] Make sure RegularExpression constructors always initia [...]
new c6d7cebb6 [Process] Fix another thread_result_t & nullptr incompatibility.
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:
source/Target/Process.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
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 clang-tools-extra.
from f3d6461f Fix sphinx unknown document error
new be2b9131 [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled [...]
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:
.../bugprone/UnhandledSelfAssignmentCheck.cpp | 61 ++++++++++++++--------
clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h | 8 ++-
clang-tidy/cert/CERTTidyModule.cpp | 4 ++
clang-tidy/cert/CMakeLists.txt | 1 +
docs/ReleaseNotes.rst | 5 ++
.../checks/bugprone-unhandled-self-assignment.rst | 10 +++-
docs/clang-tidy/checks/cert-oop54-cpp.rst | 10 ++++
docs/clang-tidy/checks/list.rst | 1 +
...ment-warn-only-if-this-has-suspicious-field.cpp | 41 +++++++++++++++
test/clang-tidy/cert-oop54-cpp.cpp | 16 ++++++
10 files changed, 131 insertions(+), 26 deletions(-)
create mode 100644 docs/clang-tidy/checks/cert-oop54-cpp.rst
create mode 100644 test/clang-tidy/bugprone-unhandled-self-assignment-warn-only-if [...]
create mode 100644 test/clang-tidy/cert-oop54-cpp.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.
unknown user pushed a change to branch master
in repository lld.
from 92c9f501b lld-link, clang: Treat non-existent input files as possible s [...]
new ad8472d1a [COFF] Move KeepUnique bit from Chunk to SectionChunk, NFC
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:
COFF/Chunks.h | 12 +++++-------
COFF/Driver.cpp | 2 +-
2 files changed, 6 insertions(+), 8 deletions(-)
--
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 f2017db0bc5 UpdateTestChecks: ppc32 triple support
new 52cdffd499b [DAGCombiner] make folds of binops safe for opcodes that pr [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
--
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 lldb.
from f09dcba86 [gdb-remote] Fix more issues with thread_result_t
new 97c65892e [Utility] Avoid a few unnecessary copies (NFC)
new fceed64bf [lldb] Make sure RegularExpression constructors always initia [...]
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:
include/lldb/Utility/Broadcaster.h | 30 ++++++++++++++++--------------
include/lldb/Utility/Listener.h | 7 ++++---
source/Utility/Broadcaster.cpp | 9 +++++----
source/Utility/Listener.cpp | 10 +++++-----
source/Utility/RegularExpression.cpp | 7 +++----
5 files changed, 33 insertions(+), 30 deletions(-)
--
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 clang-tools-extra.
from 14c63a90 [Index] Fix reported references in presence of template type aliases
new f3d6461f Fix sphinx unknown document error
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:
docs/ReleaseNotes.rst | 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_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from cb755eede7 Add ChangeLog entry for previous commit.
adds 481c30cb95 elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]
adds bee1f2c413 Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h.
No new revisions were added by this update.
Summary of changes:
ChangeLog | 14 +++
elf/Makefile | 3 +
elf/tst-ldconfig-bad-aux-cache.c | 117 +++++++++++++++++++++
elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf | 2 +
.../tst-ldconfig-bad-aux-cache.root/postclean.req | 0
sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 2 +
6 files changed, 138 insertions(+)
create mode 100644 elf/tst-ldconfig-bad-aux-cache.c
create mode 100644 elf/tst-ldconfig-bad-aux-cache.root/etc/ld.so.conf
copy sysdeps/generic/ld.abilist => elf/tst-ldconfig-bad-aux-cache.root/postclean.r [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.