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 8811c8f495 Clarify .arch_extension possible values
new de65820cd6 btrace, testsuite: do not force BTS
new 2d8adcbd07 gnulib: import mkstemp
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 | 4 +
gdb/gnulib/aclocal.m4 | 3 +
gdb/gnulib/config.in | 30 +++
gdb/gnulib/configure | 200 +++++++++++++++++++
gdb/gnulib/import/Makefile.am | 28 ++-
gdb/gnulib/import/Makefile.in | 47 +++--
gdb/gnulib/import/m4/gnulib-cache.m4 | 3 +-
gdb/gnulib/import/m4/gnulib-comp.m4 | 23 +++
gdb/gnulib/import/m4/mkstemp.m4 | 82 ++++++++
gdb/gnulib/import/m4/secure_getenv.m4 | 26 +++
gdb/gnulib/import/m4/tempname.m4 | 19 ++
gdb/gnulib/import/mkstemp.c | 50 +++++
gdb/gnulib/import/secure_getenv.c | 54 ++++++
gdb/gnulib/import/tempname.c | 324 +++++++++++++++++++++++++++++++
gdb/gnulib/import/tempname.h | 65 +++++++
gdb/gnulib/update-gnulib.sh | 1 +
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.btrace/buffer-size.exp | 15 +-
18 files changed, 948 insertions(+), 30 deletions(-)
create mode 100644 gdb/gnulib/import/m4/mkstemp.m4
create mode 100644 gdb/gnulib/import/m4/secure_getenv.m4
create mode 100644 gdb/gnulib/import/m4/tempname.m4
create mode 100644 gdb/gnulib/import/mkstemp.c
create mode 100644 gdb/gnulib/import/secure_getenv.c
create mode 100644 gdb/gnulib/import/tempname.c
create mode 100644 gdb/gnulib/import/tempname.h
--
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 a543c5ca7c Fix make 3.81 build errors
new 8811c8f495 Clarify .arch_extension possible values
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:
gas/ChangeLog | 5 +++++
gas/doc/c-arm.texi | 2 +-
2 files changed, 6 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 clang.
from e12ed2f1cb [CodeGen] Fix generation of TBAA tags for may-alias accesses
new 21eb8b6347 Revert r325375 "[MS] Make constexpr static data members impl [...]
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/AST/ASTContext.cpp | 2 +-
test/CodeGenCXX/static-data-member.cpp | 40 ++++------------------------------
2 files changed, 5 insertions(+), 37 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 6eb4766e65 clang-cl: Make /d1PP an alias for -dD (PR36446)
new e12ed2f1cb [CodeGen] Fix generation of TBAA tags for may-alias accesses
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/CodeGenModule.cpp | 10 ++-----
lib/CodeGen/CodeGenTBAA.cpp | 13 ++++++++
lib/CodeGen/CodeGenTBAA.h | 4 +++
test/CodeGen/may-alias.c | 69 +++++++++++++++++++++++++++----------------
4 files changed, 64 insertions(+), 32 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 gcc.
from 68f67eacb11 c++: Fix spurious fallthrough warning on break
new a789e5c71c2 Fix missing info for -march and -mtune wrong values on aarc [...]
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 | 6 ++++++
gcc/config/aarch64/aarch64.c | 3 +++
2 files changed, 9 insertions(+)
--
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 7bb4b1bc [clang-tidy] Replace the usage of std::uncaught_exception wit [...]
new 2ec4909a [clangd] Dump stack on crash
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/tool/ClangdMain.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 42b10631465 Add limit for maximal alignment options (PR c/84310).
new 68f67eacb11 c++: Fix spurious fallthrough warning on break
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/cp/ChangeLog | 5 ++++
gcc/cp/cp-objcp-common.c | 5 ++++
gcc/testsuite/ChangeLog | 4 +++
.../g++.dg/warn/Wimplicit-fallthrough-3.C | 31 ++++++++++++++++++++++
4 files changed, 45 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wimplicit-fallthrough-3.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.
unknown user pushed a change to branch master
in repository llvm.
from 930bcc9bdfb [llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
new 3be7f43a553 [ARM] Mark -1 as cheap in xor's for thumb1
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/Target/ARM/ARMTargetTransformInfo.cpp | 7 ++
test/CodeGen/Thumb/mvn.ll | 193 ++++++++++++++++++++++++++++++
2 files changed, 200 insertions(+)
create mode 100644 test/CodeGen/Thumb/mvn.ll
--
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 04d78f31 [clangd] Fixes for #include insertion.
new 7bb4b1bc [clang-tidy] Replace the usage of std::uncaught_exception wit [...]
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:
clang-tidy/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 3 +
.../modernize/UseUncaughtExceptionsCheck.cpp | 104 +++++++++++++++++++++
clang-tidy/modernize/UseUncaughtExceptionsCheck.h | 37 ++++++++
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/modernize-use-uncaught-exceptions.rst | 64 +++++++++++++
.../modernize-use-uncaught-exceptions.cpp | 79 ++++++++++++++++
8 files changed, 294 insertions(+)
create mode 100644 clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
create mode 100644 clang-tidy/modernize/UseUncaughtExceptionsCheck.h
create mode 100644 docs/clang-tidy/checks/modernize-use-uncaught-exceptions.rst
create mode 100644 test/clang-tidy/modernize-use-uncaught-exceptions.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 master
in repository binutils-gdb.
from afec267feb Automatic date update in version.in
new a543c5ca7c Fix make 3.81 build errors
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/Makefile.in | 26 +++++++++++++-------------
2 files changed, 18 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.