This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 5f3377c0a Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes.
new f4e307bd3 Implement P1085R2 - Should Span be Regular?. This consists en [...]
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/span | 44 ------
.../views/span.comparison/op.eq.pass.cpp | 168 ---------------------
.../views/span.comparison/op.ge.pass.cpp | 153 -------------------
.../views/span.comparison/op.gt.pass.cpp | 154 -------------------
.../views/span.comparison/op.le.pass.cpp | 153 -------------------
.../views/span.comparison/op.lt.pass.cpp | 154 -------------------
.../views/span.comparison/op.ne.pass.cpp | 168 ---------------------
www/cxx2a_status.html | 4 +-
8 files changed, 2 insertions(+), 996 deletions(-)
delete mode 100644 test/std/containers/views/span.comparison/op.eq.pass.cpp
delete mode 100644 test/std/containers/views/span.comparison/op.ge.pass.cpp
delete mode 100644 test/std/containers/views/span.comparison/op.gt.pass.cpp
delete mode 100644 test/std/containers/views/span.comparison/op.le.pass.cpp
delete mode 100644 test/std/containers/views/span.comparison/op.lt.pass.cpp
delete mode 100644 test/std/containers/views/span.comparison/op.ne.pass.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 131a5a648d Initialize *uncompressed_align_pow_p to 0
new a5990ada63 LD: Convert `%P: %H:' to `%H:' in error messages
new aff68bd041 MIPS/LD: Continue processing with refused relocations in PIC code
new 3c7687b9cd MIPS/LD: Accept high-part relocations in PIC code with absol [...]
The 3 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 | 15 ++++++++++++++
bfd/elfxx-mips.c | 15 ++++++++------
ld/ChangeLog | 24 +++++++++++++++++++++++
ld/ldmain.c | 6 +++---
ld/testsuite/ld-mips-elf/mips-elf.exp | 7 +++++++
ld/testsuite/ld-mips-elf/pic-reloc-0.d | 7 +++++++
ld/testsuite/ld-mips-elf/pic-reloc-1.d | 14 +++++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-2.d | 7 +++++++
ld/testsuite/ld-mips-elf/pic-reloc-3.d | 7 +++++++
ld/testsuite/ld-mips-elf/pic-reloc-4.d | 9 +++++++++
ld/testsuite/ld-mips-elf/pic-reloc-absolute-hi.ld | 6 ++++++
ld/testsuite/ld-mips-elf/pic-reloc-absolute-lo.ld | 6 ++++++
ld/testsuite/ld-mips-elf/pic-reloc-j.s | 11 +++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-lui.s | 13 ++++++++++++
ld/testsuite/ld-mips-elf/pic-reloc-ordinary.ld | 6 ++++++
15 files changed, 144 insertions(+), 9 deletions(-)
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-0.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-1.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-2.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-3.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-4.d
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-absolute-hi.ld
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-absolute-lo.ld
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-j.s
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-lui.s
create mode 100644 ld/testsuite/ld-mips-elf/pic-reloc-ordinary.ld
--
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 934182c665e PR preprocessor/83173: Enhance -fdump-internal-locations output
new bc7f2a7dcb2 gcov: do not ICE on NULL string in JSON export.
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/gcov.c | 4 +++-
2 files changed, 8 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 c2c85395 [clangd] Put direct headers into srcs section.
new 9411f3dd [clang-tidy] Ignore bool -> single bit bitfield conversion in [...]
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/readability/ImplicitBoolConversionCheck.cpp | 14 ++++++++++----
.../checks/readability-implicit-bool-conversion.rst | 3 ++-
test/clang-tidy/readability-implicit-bool-conversion.cpp | 15 ++++++++++++++-
3 files changed, 26 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 llvm.
from 6da4a0e40ec [llvm-mca] pass -dispatch-stats flag to a couple of tests. NFC
new 07b822e4d48 [Demangle] remove itaniumFindTypesInMangledName
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/Demangle/Demangle.h | 5 ----
include/llvm/Demangle/ItaniumDemangle.h | 6 ----
lib/Demangle/ItaniumDemangle.cpp | 9 ------
unittests/Demangle/CMakeLists.txt | 1 -
unittests/Demangle/FindTypesInMangledNameTest.cpp | 34 -----------------------
5 files changed, 55 deletions(-)
delete mode 100644 unittests/Demangle/FindTypesInMangledNameTest.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 libcxxabi.
from 1a97535 [CMake] Passthrough CFLAGS when checking the compiler-rt path
new 132c87c [Demangle] remove itaniumFindTypesInMangledName
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:
src/demangle/ItaniumDemangle.h | 6 ------
1 file changed, 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 clang-tools-extra.
from d8d21fda Revert r347419 "Update call to EvaluateAsInt() to the new syntax."
new c2c85395 [clangd] Put direct headers into srcs section.
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/Headers.h | 14 ++++++
clangd/SourceCode.cpp | 12 +++++
clangd/SourceCode.h | 9 ++++
clangd/index/Background.cpp | 35 +++++----------
clangd/index/Background.h | 5 +--
clangd/index/Serialization.cpp | 75 ++++++++++++++++++++++++++-----
clangd/index/Serialization.h | 10 ++---
unittests/clangd/BackgroundIndexTests.cpp | 3 --
unittests/clangd/SerializationTests.cpp | 47 ++++++++++++-------
9 files changed, 148 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.