This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 2d6b71ee6 Builtin enable return code with SYS_EXIT_EXTENDED
new a094c5baf Cygwin: spinlock: remove useless get_ll call
new 65091f0f3 Cygwin: timers: Simplify hires_ms and hires_ns
new 161d0fd27 Cygwin: timers: drop error handling for Windows perf timer functions
new 5eaa64f9d Cygwin: timers: use spinlock to prime hires_ns thread-safe
The 4 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:
winsup/cygwin/hires.h | 13 +++---------
winsup/cygwin/spinlock.h | 2 +-
winsup/cygwin/times.cc | 51 ++++++++++++------------------------------------
3 files changed, 16 insertions(+), 50 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 699929e7c3 [ASTImporter][Structural Eq] Check for isBeingDefined
new 96b26a81f0 [AArch64] Add aarch64_vector_pcs function attribute to Clang
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-c/Index.h | 1 +
include/clang/Basic/Attr.td | 5 +++++
include/clang/Basic/AttrDocs.td | 25 +++++++++++++++++++++++++
include/clang/Basic/Specifiers.h | 1 +
lib/AST/ItaniumMangle.cpp | 1 +
lib/AST/Type.cpp | 2 ++
lib/AST/TypePrinter.cpp | 5 ++++-
lib/Basic/Targets/AArch64.cpp | 1 +
lib/CodeGen/CGCall.cpp | 4 ++++
lib/CodeGen/CGDebugInfo.cpp | 1 +
lib/Sema/SemaDeclAttr.cpp | 25 +++++++++++++++++--------
lib/Sema/SemaType.cpp | 3 +++
test/CodeGen/aarch64-vpcs.c | 23 +++++++++++++++++++++++
test/Sema/aarch64-vpcs.c | 19 +++++++++++++++++++
test/Sema/callingconv.c | 2 ++
tools/libclang/CXType.cpp | 1 +
16 files changed, 110 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/aarch64-vpcs.c
create mode 100644 test/Sema/aarch64-vpcs.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/gnu-release-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 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-arm-lts-defconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from eeaf2665 [clangd] Enable auto-index behind a flag.
new 895bd3c1 [clang-tidy] Improving narrowing conversions
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:
.../NarrowingConversionsCheck.cpp | 439 +++++++++++++++++++--
.../cppcoreguidelines/NarrowingConversionsCheck.h | 70 +++-
docs/ReleaseNotes.rst | 8 +
.../cppcoreguidelines-narrowing-conversions.rst | 56 ++-
...elines-narrowing-conversions-long-is-32bits.cpp | 23 ++
...g-conversions-narrowingfloatingpoint-option.cpp | 57 +++
...s-narrowing-conversions-pedanticmode-option.cpp | 23 ++
...delines-narrowing-conversions-unsigned-char.cpp | 83 ++++
.../cppcoreguidelines-narrowing-conversions.cpp | 295 ++++++++++++--
9 files changed, 988 insertions(+), 66 deletions(-)
create mode 100644 test/clang-tidy/cppcoreguidelines-narrowing-conversions-long-is [...]
create mode 100644 test/clang-tidy/cppcoreguidelines-narrowing-conversions-narrowi [...]
create mode 100644 test/clang-tidy/cppcoreguidelines-narrowing-conversions-pedanti [...]
create mode 100644 test/clang-tidy/cppcoreguidelines-narrowing-conversions-unsigne [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.