This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dac6480dfd0 [llvm-symbolizer] Add llvm-addr2line
new 719ff993247 Change \r\n -> \n for llvm-symbolizer/help.test after rL358749
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:
test/tools/llvm-symbolizer/help.test | 16 ++++++++--------
1 file changed, 8 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 clang.
from dcf9f6429b [analyzer] Fix an assertion failure if plugins added dependencies
new 333e5a248f [analyzer][NFC] Reimplement checker options
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:
include/clang/Basic/DiagnosticCommonKinds.td | 2 +-
.../clang/StaticAnalyzer/Checkers/CheckerBase.td | 53 ++++-
include/clang/StaticAnalyzer/Checkers/Checkers.td | 225 ++++++++++++++++++++-
.../StaticAnalyzer/Frontend/CheckerRegistry.h | 83 +++++++-
lib/Frontend/CompilerInvocation.cpp | 2 +-
lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 98 +++++++--
test/Analysis/disable-all-checks.c | 2 +-
test/Analysis/invalid-checker-option.c | 19 ++
utils/TableGen/ClangSACheckersEmitter.cpp | 107 +++++++++-
9 files changed, 555 insertions(+), 36 deletions(-)
create mode 100644 test/Analysis/invalid-checker-option.c
--
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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7ce286ca 0: update: llvm-linux: boot
new effcac13 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 (7ce286ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 128 +-
02-build_llvm/console.log | 11304 ++++++++++++++++++------------------
03-build_linux/console.log | 550 +-
04-boot_linux/console.log | 4 +-
console.log | 11986 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 11998 insertions(+), 11982 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 binutils-gdb.
from 5ce032bdfc RX Assembler: Ensure that the internal limit on the number o [...]
new d563b95314 OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com [...]
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:
gdb/ChangeLog | 5 +++++
gdb/cli/cli-cmds.c | 4 ++--
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 gdb-8.3-branch
in repository binutils-gdb.
from 6530876a88 Automatic date update in version.in
new bf9a7cea9c Fix GDB 8.3 regression crash when registers cannot be modified.
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:
gdb/ChangeLog | 5 +++++
gdb/inferior.h | 14 +++++++++++++-
2 files changed, 18 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.
unknown user pushed a change to branch master
in repository gcc.
from dbb68bd891b PR translation/90118 Missing space between words
new 45cf699c556 PR c/89888 * c-common.h (c_add_case_label): Remove orig_t [...]
new dc097d0aa48 PR c++/90138 * pt.c (process_template_parm): Set decl to [...]
new 1a7d885ec56 PR middle-end/90139 * tree-outof-ssa.c (get_temp_reg): If [...]
The 3 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/ChangeLog | 6 ++
gcc/c-family/ChangeLog | 13 ++++
gcc/c-family/c-common.c | 102 ++------------------------
gcc/c-family/c-common.h | 6 +-
gcc/c-family/c-warn.c | 79 +++++++++++++++++++-
gcc/c/ChangeLog | 6 ++
gcc/c/c-typeck.c | 12 +--
gcc/cp/ChangeLog | 10 +++
gcc/cp/decl.c | 11 +--
gcc/cp/pt.c | 4 +-
gcc/testsuite/ChangeLog | 11 +++
gcc/testsuite/c-c++-common/pr89888.c | 67 +++++++++++++++++
gcc/testsuite/g++.dg/template/pr90138.C | 5 ++
gcc/testsuite/g++.dg/torture/pr40335.C | 4 +-
gcc/testsuite/gcc.c-torture/compile/pr90139.c | 20 +++++
gcc/tree-outof-ssa.c | 2 +
16 files changed, 234 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr89888.c
create mode 100644 gcc/testsuite/g++.dg/template/pr90138.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr90139.c
--
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-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ca215610 2: update: linux-0b9132ee742999aee13e6b22ef7723b6d4a0eaca: 19136
new 213ac416 2: update: llvm-18b0442560cc4dc00ac60987b1c892f4c86e5f25: 19136
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 (ca215610)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 70 +-
02-build_llvm/console.log | 11378 ++++++++++++++---------------
03-build_linux/console.log | 3080 ++++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 35 +-
console.log | 14569 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14600 insertions(+), 14546 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.