This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c403453682 [clang-format] Reference qualifiers in member templates caus [...]
new 22929c361e Revert r373056: [clang-format] Reference qualifiers in membe [...]
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/Format/TokenAnnotator.cpp | 16 ++++------------
unittests/Format/FormatTest.cpp | 35 -----------------------------------
2 files changed, 4 insertions(+), 47 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f415fd8c 0: update: llvm-linux: boot
new af7d96a1 0: update: llvm-linux: boot
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 (f415fd8c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 56 +-
02-build_llvm/console.log | 12058 ++++++++++++++++++------------------
03-build_linux/console.log | 690 +--
04-boot_linux/console.log | 4 +-
console.log | 12808 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
6 files changed, 12813 insertions(+), 12813 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 3b5a553afee [NFC][InstCombine] Revisit shift-by-signext tests
new 1a767b30ad5 [sancov][NFC] Make filename Regexes "const"
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:
tools/sancov/sancov.cpp | 4 ++--
1 file changed, 2 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 clang-tools-extra.
from 165bb2c0 Revert "[clang-tidy] New check to warn when storing dispatch_ [...]
new 82d421fe [clangd] Support OverloadExpr in findExplicitReferences
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:
clangd/FindTarget.cpp | 7 +++++++
clangd/unittests/FindTargetTests.cpp | 37 +++++++++++++++++++++++++++++++++++-
2 files changed, 43 insertions(+), 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-master-aarch64-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from d2f617897b Automatic date update in version.in
adds 41f37a6fb7 PR24262, plugin search dir doesn't respect --libdir
adds 12904d3729 Remove initialize_utils
adds 5d63b30afa Do not expose stub types to Python
adds 27a900b865 Remove gdb_usleep.c
adds ececd218c5 Convert symtab.h function signatures to use bool instead of int
adds 381beca614 Improve ptrace-error detection on Linux targets
adds 50fa3001ce Revert "Improve ptrace-error detection on Linux targets"
adds 4ada570ce5 Automatic date update in version.in
new 68f7d34dd5 [gdb/testsuite] Add KFAIL for missing support of reverse-deb [...]
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:
bfd/ChangeLog | 8 ++
bfd/Makefile.am | 2 +-
bfd/Makefile.in | 5 +-
bfd/plugin.c | 86 ++++++++++++-------
bfd/version.h | 2 +-
gdb/ChangeLog | 47 ++++++++++
gdb/Makefile.in | 2 -
gdb/blockframe.c | 6 +-
gdb/elfread.c | 10 +--
gdb/gdb_usleep.c | 39 ---------
gdb/gdb_usleep.h | 30 -------
gdb/minsyms.c | 4 +-
gdb/python/py-type.c | 11 +++
gdb/symtab.c | 74 ++++++++--------
gdb/symtab.h | 42 ++++-----
gdb/testsuite/ChangeLog | 12 +++
.../gdb.ada/{display_nested.exp => py_taft.exp} | 17 +++-
.../{ptype_array/foo.adb => py_taft/main.adb} | 9 +-
.../{ptype_array/pck.adb => py_taft/pkg.adb} | 16 ++--
.../some_package.ads => py_taft/pkg.ads} | 11 ++-
gdb/testsuite/gdb.reverse/step-precsave.exp | 10 ++-
gdb/top.c | 1 -
gdb/utils.c | 99 ++++++++++------------
gdb/utils.h | 2 -
ld/ChangeLog | 5 ++
ld/ld.texi | 2 +-
26 files changed, 303 insertions(+), 249 deletions(-)
delete mode 100644 gdb/gdb_usleep.c
delete mode 100644 gdb/gdb_usleep.h
copy gdb/testsuite/gdb.ada/{display_nested.exp => py_taft.exp} (62%)
copy gdb/testsuite/gdb.ada/{ptype_array/foo.adb => py_taft/main.adb} (88%)
copy gdb/testsuite/gdb.ada/{ptype_array/pck.adb => py_taft/pkg.adb} (78%)
copy gdb/testsuite/gdb.ada/{catch_ex_std/some_package.ads => py_taft/pkg.ads} (80%)
--
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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4486440c 0: update: binutils-gcc-linux: all
new 76fc723b 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 (4486440c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 22 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10642 ++++++-------
04-build_abe-stage1/console.log | 15796 ++++++++++----------
05-build_linux/console.log | 1922 +--
06-boot_linux/console.log | 2 +-
console.log | 28835 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 28899 insertions(+), 28756 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.
from 0f7791ecb9 Fix the 'directory' field in DumpCompilationDatabase and add test
new c403453682 [clang-format] Reference qualifiers in member templates caus [...]
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/Format/TokenAnnotator.cpp | 16 ++++++++++++----
unittests/Format/FormatTest.cpp | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.