This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 68d08321a7 [analyzer] CastValueChecker: Model casts
new 4f76669f7b [Driver] Add float-divide-by-zero back to supported sanitize [...]
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/Sanitizers.h | 2 +-
lib/Driver/SanitizerArgs.cpp | 16 +++++++++-------
lib/Driver/ToolChain.cpp | 1 +
test/Driver/fsanitize-blacklist.c | 1 +
test/Driver/fsanitize-coverage.c | 1 +
test/Driver/fsanitize.c | 14 ++++++++++++++
test/Driver/sanitizer-ld.c | 5 +++++
test/Modules/check-for-sanitizer-feature.cpp | 2 +-
8 files changed, 33 insertions(+), 9 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/gnu-release-aarch64-stable-allmodconfig
in repository toolchain/ci/gcc.
from cc5614a9acd Daily bump.
adds b33668e1bb8 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 16ba30dcfa aarch64: fix DT_AARCH64_VARIANT_PCS handling in readelf
adds c3f9d95f92 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d793ff4 0: update: binutils-gcc-linux: all
new 0523df5 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 (d793ff4)
\
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 | 77 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11091 ++++++++-------
04-build_abe-stage1/console.log | 13568 ++++++++++---------
05-build_linux/console.log | 730 +-
06-boot_linux/console.log | 2 +-
console.log | 26082 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25976 insertions(+), 26024 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/gnu-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 1cde48c 0: update: binutils-gcc-linux: boot
new 87f3a79 0: update: binutils-gcc-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 (1cde48c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 434 +-
03-build_abe-binutils/console.log | 11360 +++++++------
04-build_abe-stage1/console.log | 19959 +++++++++++-----------
05-build_linux/console.log | 632 +-
06-boot_linux/console.log | 412 +-
console.log | 32988 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 33068 insertions(+), 32901 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 c7be2bea9b Revert "[analyzer] CastValueChecker: Model casts"
new 68d08321a7 [analyzer] CastValueChecker: Model casts
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/StaticAnalyzer/Checkers/Checkers.td | 17 +-
.../Core/PathSensitive/CheckerContext.h | 11 ++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Checkers/CastValueChecker.cpp | 191 +++++++++++++++++++++
test/Analysis/cast-value.cpp | 137 +++++++++++++++
test/Analysis/return-value-guaranteed.cpp | 2 +-
6 files changed, 354 insertions(+), 5 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
create mode 100644 test/Analysis/cast-value.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 gcc-8-branch
in repository gcc.
from b33668e1bb8 Daily bump.
new 86f93ecc77c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.