This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f4be3eb58f3 [ARM] Fix test armv8_2-fp16-move-1.c
new fa5d944d14c [ARC] Update GLIBC_DYNAMIC_LINKER
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 | 5 +++++
gcc/config/arc/linux.h | 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-tools-extra.
from 485ef4aa [clangd] Use in-memory preambles in clangd.
new d1e0ffe7 [clang-tidy] Add a check for undelegated copy of base classes
new d0d74790 [clang-tidy] Fix an oversight after renaming a check
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:
clang-tidy/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/CopyConstructorInitCheck.cpp | 121 +++++++++++++
.../CopyConstructorInitCheck.h} | 20 +--
docs/ReleaseNotes.rst | 5 +
.../checks/bugprone-copy-constructor-init.rst | 29 ++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/bugprone-copy-constructor-init.cpp | 188 +++++++++++++++++++++
8 files changed, 358 insertions(+), 10 deletions(-)
create mode 100644 clang-tidy/bugprone/CopyConstructorInitCheck.cpp
copy clang-tidy/{misc/SuspiciousSemicolonCheck.h => bugprone/CopyConstructorInitCh [...]
create mode 100644 docs/clang-tidy/checks/bugprone-copy-constructor-init.rst
create mode 100644 test/clang-tidy/bugprone-copy-constructor-init.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 test-suite.
from 71d128e0 [XRay][test-suite] Update XRay microbenchmarks to use ranged [...]
new 4dd750f2 [test-suite] fix unix-smail test issue when linking statically
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:
.../Benchmarks/Prolangs-C/unix-smail/getopt.c | 34 +++++++++++-----------
.../Benchmarks/Prolangs-C/unix-smail/main.c | 14 ++++-----
2 files changed, 24 insertions(+), 24 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 305f0fb1560 [ARM] Use dwarf exception handling on MinGW
new 1cb3c5390b8 [gold] Fix broken thin LTO cache test NFC
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:
test/tools/gold/X86/cache.ll | 6 +++---
1 file changed, 3 insertions(+), 3 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 b7e2285082 ada-lang.c::ada_value_cast: remove unused parameter noside
new 6a6196fc71 Fix a snafu in a previous update to readelf that stopped it [...]
new 2c244f9b09 x86: Pass "%F%P:" to linker callback in case of error
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:
bfd/ChangeLog | 5 +++++
bfd/elfxx-x86.c | 20 ++++++++++----------
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 1 +
4 files changed, 21 insertions(+), 10 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 lld.
from cb5b53844 [ELF] - Fix BB after r318516
new fc889fbbe [ELF] - Teach LLD to use information from .debug_str for erro [...]
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:
ELF/GdbIndex.cpp | 2 +
ELF/GdbIndex.h | 4 +-
test/ELF/conflict-debug-variable2.s | 160 ++++++++++++++++++++++++++++++++++++
test/ELF/gdb-index-noranges.s | 49 +++++++++++
4 files changed, 214 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/conflict-debug-variable2.s
create mode 100644 test/ELF/gdb-index-noranges.s
--
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 lld.
from 00f95b169 [ELF] - Allow applying SHF_MERGE optimization for relocatable [...]
new cb5b53844 [ELF] - Fix BB after r318516
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:
test/ELF/relocatable-compressed-input.s | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 lld.
from 2390746f9 Ignore -no-ctors-in-init-array.
new 00f95b169 [ELF] - Allow applying SHF_MERGE optimization for relocatable [...]
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:
ELF/InputFiles.cpp | 6 ------
ELF/LinkerScript.cpp | 6 +++---
ELF/Writer.cpp | 2 +-
test/ELF/merge-reloc.s | 15 +++++++--------
4 files changed, 11 insertions(+), 18 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 6a6aa1f389 Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.
new 58a813bf6e aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5
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 | 5 +++++
sysdeps/aarch64/fpu/Makefile | 6 ++++++
2 files changed, 11 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.
from 1c15c4bdf6 Use llvm-config.h instead of config.h
new 91f4dd295a Implement more accurate penalty & trade-offs while breaking [...]
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/Format/BreakableToken.cpp | 4 +-
lib/Format/BreakableToken.h | 8 +--
lib/Format/ContinuationIndenter.cpp | 85 +++++++++++++++++++----
unittests/Format/FormatTest.cpp | 115 ++++++++++++++++++++++++++++++--
unittests/Format/FormatTestComments.cpp | 60 +++++++++++++----
5 files changed, 233 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.