This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d2c834f99b [analyzer] print() JSONify: Checker messages implementation
new 8004395d01 [analyzer] print() JSONify: Program state implementation
new b9514dcd32 [NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTest
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:
.../Core/PathSensitive/ProgramState.h | 4 +-
lib/StaticAnalyzer/Core/ProgramState.cpp | 23 +-
test/Analysis/dump_egraph.cpp | 6 +-
test/Analysis/expr-inspection.c | 34 +--
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 297 +++++++++++----------
5 files changed, 187 insertions(+), 177 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-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4243eaf63 0: update: llvm-linux: 17772
new 7b77e69e1 0: update: llvm-linux: 17772
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 (4243eaf63)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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-build_llvm/console.log | 11898 ++++++++++++++++----------------
03-build_linux/console.log | 2048 +++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 14124 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 14242 insertions(+), 14018 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 4330d61dfb Fix crash in cp_print_value_fields
new fa9c3fa035 Make some DWARF complaints clearer
new f49055a52f Fix failure in gdb.ada/complete.exp
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:
gdb/ChangeLog | 7 +++++++
gdb/dwarf2read.c | 25 +++++++++++++++++++------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.ada/complete.exp | 5 +++--
4 files changed, 34 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 gcc-9-branch
in repository gcc.
from acec4a40fde PR bootstrap/90543 * optc-save-gen.awk: In cl_optimizatio [...]
new 3143664fbd5 PR fortran/90329 * lto-streamer.h (LTO_minor_version): Bu [...]
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/ChangeLog | 21 +++++++++++++++++++++
gcc/calls.c | 22 ++++++++++++++++++++++
gcc/fortran/ChangeLog | 33 +++++++++++++++++++++++++++++++++
gcc/fortran/gfortran.h | 3 +++
gcc/fortran/interface.c | 1 +
gcc/fortran/invoke.texi | 36 +++++++++++++++++++++++++++++++++++-
gcc/fortran/lang.opt | 7 +++++++
gcc/fortran/trans-decl.c | 11 +++++++++++
gcc/lto-streamer.h | 2 +-
gcc/tree-core.h | 1 +
gcc/tree-streamer-in.c | 7 +++++--
gcc/tree-streamer-out.c | 7 +++++--
gcc/tree.h | 5 +++++
13 files changed, 150 insertions(+), 6 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 gcc-8-branch
in repository gcc.
from 2a89192a555 Daily bump.
new 295c41b62e0 PR fortran/90329 * lto-streamer.h (LTO_minor_version): Bu [...]
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/ChangeLog | 21 +++++++++++++++++++++
gcc/calls.c | 22 ++++++++++++++++++++++
gcc/fortran/ChangeLog | 33 +++++++++++++++++++++++++++++++++
gcc/fortran/gfortran.h | 3 +++
gcc/fortran/interface.c | 1 +
gcc/fortran/invoke.texi | 36 +++++++++++++++++++++++++++++++++++-
gcc/fortran/lang.opt | 7 +++++++
gcc/fortran/trans-decl.c | 11 +++++++++++
gcc/lto-streamer.h | 2 +-
gcc/tree-core.h | 1 +
gcc/tree-streamer-in.c | 7 +++++--
gcc/tree-streamer-out.c | 7 +++++--
gcc/tree.h | 5 +++++
13 files changed, 150 insertions(+), 6 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 70b9e2592c [analyzer] print() JSONify: Type information implementation
new d3acf7b44b [analyzer] print() JSONify: Constructing objects implementation
new d2c834f99b [analyzer] print() JSONify: Checker messages implementation
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/clang/StaticAnalyzer/Core/CheckerManager.h | 23 ++--
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 8 +-
.../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 8 +-
lib/StaticAnalyzer/Core/CheckerManager.cpp | 73 +++++++++++-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 130 +++++++++++++++------
lib/StaticAnalyzer/Core/ProgramState.cpp | 2 +-
test/Analysis/dump_egraph.cpp | 8 +-
test/Analysis/expr-inspection.c | 3 +
test/Analysis/use-after-move.cpp | 22 ++++
9 files changed, 218 insertions(+), 59 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 58320bef1 Add additional constraints on midpoint(pointer, pointer). Fix [...]
new c30e2d9f7 [NFC][libcxx] Remove trailing whitespace
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/chrono | 16 ++++++++--------
include/complex | 4 ++--
include/forward_list | 6 +++---
include/future | 10 +++++-----
include/initializer_list | 2 +-
include/iomanip | 10 +++++-----
include/ios | 30 +++++++++++++++---------------
include/iterator | 30 +++++++++++++++---------------
include/locale | 6 +++---
include/numeric | 8 ++++----
include/queue | 20 ++++++++++----------
include/random | 16 ++++++++--------
include/regex | 20 ++++++++++----------
include/stack | 10 +++++-----
include/string | 16 ++++++++--------
include/string_view | 16 ++++++++--------
include/unordered_map | 16 ++++++++--------
include/unordered_set | 12 ++++++------
18 files changed, 124 insertions(+), 124 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 74f2f79ab5 [analyzer] print() JSONify: Environment implementation
new 2453ceca55 [analyzer] print() JSONify: Constraints implementation
new 70b9e2592c [analyzer] print() JSONify: Type information implementation
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:
.../Core/PathSensitive/ConstraintManager.h | 7 ++--
.../Core/PathSensitive/DynamicTypeMap.h | 10 ++---
.../Core/PathSensitive/SMTConstraintManager.h | 32 ++++++++++++----
.../Checkers/DynamicTypePropagation.cpp | 4 +-
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 44 ++++++++++++++--------
lib/StaticAnalyzer/Core/ProgramState.cpp | 4 +-
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | 41 ++++++++++++--------
test/Analysis/expr-inspection.c | 7 ++--
8 files changed, 94 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.