This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 3b568ba0 2: update: llvm-e5c4b468f06307bc1b8341af9ccf9dd69fa890f4: 17096
new 068b77d4 3: reset: linux-87a950ef1a9909088b7e9407f7f2db80ad52702f: 17002
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 | 176 +-
02-build_llvm/console.log | 11903 +++++++++++++++---------------
03-build_linux/console.log | 2522 ++++---
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 68 -
console.log | 14689 ++++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 15222 insertions(+), 14168 deletions(-)
create mode 100644 reset-baseline
--
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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e7315253 0: update: binutils-gcc-linux: all
new 15f1090c 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 (e7315253)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 116 +-
02-prepare_abe/console.log | 80 +-
03-build_abe-binutils/console.log | 10361 ++++++------
04-build_abe-stage1/console.log | 19753 +++++++++++------------
05-build_linux/console.log | 612 +-
06-boot_linux/console.log | 2 +-
console.log | 31044 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 31004 insertions(+), 30980 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 c46779dac2b AMDGPU/GlobalISel: Select G_ASHR
new 1374e00f70c DWARF: Skip zero column for inline call sites
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/AsmPrinter/DwarfCompileUnit.cpp | 3 ++-
test/DebugInfo/X86/fission-inline.ll | 6 +++++-
2 files changed, 7 insertions(+), 2 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 libcxx.
from 5f99b4ef1 [libc++] Add missing UNSUPPORTED for CTAD tests
new e2586fd18 [libcxx] Rejigger test for destroying delete feature-test macros
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:
.../support.dynamic/destroying_delete_t.pass.cpp | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 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 bdb541d2 [clangd] Added highlighting for the targets in typedefs and using.
new b9fabf1f [clang-tidy] initial version of readability-convert-member-fu [...]
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/readability/CMakeLists.txt | 1 +
.../readability/ConvertMemberFunctionsToStatic.cpp | 172 ++++++++++++++++
.../readability/ConvertMemberFunctionsToStatic.h | 37 ++++
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
...dability-convert-member-functions-to-static.rst | 14 ++
...dability-convert-member-functions-to-static.cpp | 218 +++++++++++++++++++++
8 files changed, 451 insertions(+)
create mode 100644 clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
create mode 100644 clang-tidy/readability/ConvertMemberFunctionsToStatic.h
create mode 100644 docs/clang-tidy/checks/readability-convert-member-functions-to- [...]
create mode 100644 test/clang-tidy/readability-convert-member-functions-to-static.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 concepts-cxx2a
in repository gcc.
from 0caa1d6b993 Fix interpretation of concept template-id as type-constrain [...]
new a3f2fceb465 Substitute requires-expressions as an unevaluated context.
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:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/constraint.cc | 5 +++++
gcc/cp/cp-tree.h | 4 +++-
gcc/cp/semantics.c | 6 +++---
gcc/testsuite/g++.dg/cpp2a/concepts-fnparm1.C | 10 ++++++++++
5 files changed, 27 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-fnparm1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.