This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2b802eb186 [clang-format] Support sorting using declarations
new a3faa5a0e1 Fixed compiler warnings after r305890.
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/Frontend/ASTUnit.cpp | 14 ++++----------
1 file changed, 4 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 binutils-gdb.
from e4da2c6166 Change to_xfer_partial doc to use addressable memory units
new 20bd1b6ba5 Fix seg-fault in the BFD parsing a corrupt input binary.
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:
bfd/ChangeLog | 6 ++++++
bfd/coff-sh.c | 1 +
bfd/reloc.c | 3 +++
3 files changed, 10 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 a86381f7e1 [analyzer] Bump a few default performance thresholds.
new 2b802eb186 [clang-format] Support sorting using declarations
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/Format/Format.h | 10 +
lib/Format/CMakeLists.txt | 1 +
lib/Format/Format.cpp | 11 +
lib/Format/UsingDeclarationsSorter.cpp | 144 +++++++++++++
...ndCommentsFixer.h => UsingDeclarationsSorter.h} | 14 +-
unittests/Format/CMakeLists.txt | 1 +
unittests/Format/UsingDeclarationsSorterTest.cpp | 234 +++++++++++++++++++++
7 files changed, 408 insertions(+), 7 deletions(-)
create mode 100644 lib/Format/UsingDeclarationsSorter.cpp
copy lib/Format/{NamespaceEndCommentsFixer.h => UsingDeclarationsSorter.h} (61%)
create mode 100644 unittests/Format/UsingDeclarationsSorterTest.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 clang.
from 12b5e0baa2 Fix unused-variable compilation error.
new a86381f7e1 [analyzer] Bump a few default performance thresholds.
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/StaticAnalyzer/Core/AnalyzerOptions.cpp | 4 ++--
test/Analysis/analyzer-config.c | 4 ++--
test/Analysis/analyzer-config.cpp | 4 ++--
3 files changed, 6 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 glibc.
from 60149b2859 __inet_pton_length: Implement new internal helper function
new 76b8266f99 getaddrinfo: Avoid stack copy of IPv6 address
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/posix/getaddrinfo.c | 45 +++++----------------------------------------
2 files changed, 10 insertions(+), 40 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 049318f9b77 NOP conversions in X+CST+CST
new 6d758e45043 [i386] __builtin_ia32_stmxcsr could be pure
new 288405ecc9c DWARF: make it possible to emit debug info for declarations only
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:
gcc/ChangeLog | 21 +++++++++++++
gcc/ada/ChangeLog | 20 ++++++++++++
gcc/ada/gcc-interface/ada-tree.h | 7 ++++-
gcc/ada/gcc-interface/decl.c | 19 +++++++-----
gcc/ada/gcc-interface/gigi.h | 5 ++-
gcc/ada/gcc-interface/trans.c | 52 +++++++++++++++++++-------------
gcc/ada/gcc-interface/utils.c | 35 ++++++++++++++++-----
gcc/config/i386/i386.c | 45 ++++++++++++++++++++++++---
gcc/dwarf2out.c | 50 ------------------------------
gcc/godump.c | 3 +-
gcc/passes.c | 11 ++++---
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/gcc.target/i386/getround.c | 14 +++++++++
gcc/testsuite/gnat.dg/debug11_pkg.adb | 26 ++++++++++++++++
gcc/testsuite/gnat.dg/debug11_pkg.ads | 11 +++++++
gcc/testsuite/gnat.dg/debug11_pkg2.ads | 9 ++++++
16 files changed, 238 insertions(+), 99 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/getround.c
create mode 100644 gcc/testsuite/gnat.dg/debug11_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/debug11_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/debug11_pkg2.ads
--
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 7ce729b0708 Fix build after r305892
new f2d422d498a [X86] Rerun the update_llc_test_checks tool on 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/CodeGen/X86/avx512-mask-op.ll | 8 ++++++++
1 file changed, 8 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 4bdcdc6ddd [analyzer] LocalizationChecker: Support new localizable APIs.
new 12b5e0baa2 Fix unused-variable compilation error.
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/Frontend/PrecompiledPreamble.cpp | 2 ++
1 file changed, 2 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 compiler-rt.
from 5866aaba9 Revert "[compiler-rt] Don't reset non-default user handler if [...]
new d75d4f58e [mips][compiler-rt] Fix build breakage.
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/sanitizer_common/sanitizer_atomic_clang.h | 3 +--
lib/sanitizer_common/sanitizer_atomic_clang_other.h | 3 +--
2 files changed, 2 insertions(+), 4 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 39ca2eff5a9 [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
new 7ce729b0708 Fix build after r305892
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/Errno.h | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.