This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 130d3d039e Fix a use-after-free introduced by r344915.
new ed611fa5aa Compound literals, enums, et al require const expr
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/AST/Expr.h | 12 ++++--
include/clang/ASTMatchers/ASTMatchers.h | 12 ++++++
lib/AST/ASTImporter.cpp | 12 ++++++
lib/AST/Expr.cpp | 15 +++++++
lib/AST/ExprConstant.cpp | 2 +
lib/ASTMatchers/ASTMatchersInternal.cpp | 1 +
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
lib/Analysis/CFG.cpp | 12 ++++++
lib/CodeGen/CGExpr.cpp | 2 +
lib/CodeGen/CGExprAgg.cpp | 4 ++
lib/CodeGen/CGExprComplex.cpp | 3 ++
lib/CodeGen/CGExprConstant.cpp | 10 +++++
lib/CodeGen/CGExprScalar.cpp | 3 ++
lib/Sema/SemaExpr.cpp | 46 +++++++++++-----------
lib/Sema/SemaInit.cpp | 3 +-
lib/Sema/SemaOverload.cpp | 2 +-
lib/Sema/SemaType.cpp | 4 ++
lib/StaticAnalyzer/Core/Environment.cpp | 1 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 7 ++--
test/Import/switch-stmt/test.cpp | 10 +++++
test/Misc/ast-dump-attr.cpp | 3 +-
test/Misc/ast-dump-c-attr.c | 3 +-
test/Misc/ast-dump-color.cpp | 6 ++-
test/Misc/ast-dump-decl.c | 6 ++-
test/Misc/ast-dump-decl.cpp | 3 +-
test/SemaCXX/compound-literal.cpp | 13 +++++-
test/Tooling/clang-check-ast-dump.cpp | 3 +-
unittests/AST/ASTImporterTest.cpp | 15 ++++---
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 12 +++---
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 9 +++--
30 files changed, 178 insertions(+), 57 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 glibc.
from e5de3b5b72 Remove __ASSUME_SOCKETCALL.
new 43257c335a Use TEST_COMPARE_STRING in recently added test
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:
ChangeLog | 7 +++++++
argp/tst-ldbl-argp.c | 9 +--------
misc/tst-ldbl-error.c | 9 +--------
misc/tst-ldbl-warn.c | 6 +-----
4 files changed, 10 insertions(+), 21 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-lts-allyesconfig
in repository toolchain/binutils-gdb.
from d3def5d73e Enhance objdump's --disassemble switch so that it can now ta [...]
adds 07deea26b5 ada-tasks.c::read_atcb: start from a cleared ada_task_info result
adds 76136aeda5 (Ada/tasking) fix array or string index out of range warning
adds 9e49efb79c Automatic date update in version.in
adds 5acaada745 Make gold testsuite work with CC and CXX specifying -B
adds 17cf289784 gdb/riscv: Handle errors while setting the frame id
adds cd115d615c gdb/riscv: Update test to support targets without FP hardware
adds b5420128da x86-64: fix ZMM register state tracking
adds d4718d5c9f (AArch64) wrong value returned by "finish" for HFA
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 31 +
gdb/aarch64-tdep.c | 2 +-
gdb/ada-tasks.c | 28 +-
gdb/i387-tdep.c | 40 +-
gdb/riscv-tdep.c | 17 +-
gdb/testsuite/ChangeLog | 10 +
gdb/testsuite/gdb.arch/i386-avx512.c | 7 +
gdb/testsuite/gdb.arch/i386-avx512.exp | 10 +
gdb/testsuite/gdb.arch/riscv-reg-aliases.exp | 24 +-
gold/ChangeLog | 31 +
gold/Makefile.am | 75 ++-
gold/Makefile.in | 119 ++--
gold/testsuite/Makefile.am | 788 +++++++++++++------------
gold/testsuite/Makefile.in | 841 +++++++++++++--------------
gold/testsuite/incremental_test.sh | 2 +-
16 files changed, 1063 insertions(+), 964 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 8c1c568cf5f [llvm-rc] Support absolute filenames in manifests
new 053ebae379c [VFS] Add "expand tilde" argument to getRealPath.
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/llvm/Support/VirtualFileSystem.h | 17 +++++++++--------
lib/Support/VirtualFileSystem.cpp | 27 ++++++++++++++-------------
unittests/Support/VirtualFileSystemTest.cpp | 4 ++--
3 files changed, 25 insertions(+), 23 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 3d002375f1 [Frontend/Modules] Show diagnostics on prebuilt module confi [...]
new 130d3d039e Fix a use-after-free introduced by r344915.
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/CGDebugInfo.cpp | 2 +-
test/CodeGen/ubsan-debuglog-return.c | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ubsan-debuglog-return.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.