This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a0fd173 [ELF] Move linker script tests to a subdirectory. NFCI.
new 671d50e Simplify. 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:
ELF/LinkerScript.cpp | 50 ++++++++++++++++++++++++--------------------------
ELF/LinkerScript.h | 2 +-
2 files changed, 25 insertions(+), 27 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 libcxx.
from a29e0e5 Make move_noexcept.pass.cpp tests more portable. Patch from S [...]
new e3ecccd Fix MSVC unreferenced parameter warning. Patch from STL@micro [...]
new 5eec7d6 Mark bucket() assertions as non-portable. Patch from STL@micr [...]
new aafdbda Fix portability issues in <random> tests. Patch from STL@micr [...]
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:
.../alg.random.shuffle/random_shuffle.pass.cpp | 8 ++++++--
.../alg.random.shuffle/random_shuffle_rand.pass.cpp | 5 ++++-
.../alg.random.shuffle/random_shuffle_urng.pass.cpp | 8 ++++++--
test/std/containers/unord/unord.map/bucket.pass.cpp | 5 +++--
test/std/containers/unord/unord.multimap/bucket.pass.cpp | 5 +++--
test/std/containers/unord/unord.multiset/bucket.pass.cpp | 5 +++--
test/std/containers/unord/unord.set/bucket.pass.cpp | 5 +++--
test/std/numerics/rand/rand.predef/default_random_engine.pass.cpp | 4 +++-
.../tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp | 2 +-
9 files changed, 32 insertions(+), 15 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 be9f447 gcc/ChangeLog:
new 44d0a5f PR c++/71515 - typename in partial specialization
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 | 6 ++++++
gcc/cp/pt.c | 25 +++++++++++--------------
gcc/testsuite/g++.dg/template/typename22.C | 8 ++++++++
3 files changed, 25 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/typename22.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 libcxx.
from a54d1cb Guard libc++ specific tests SFINAE on std::bind's call operat [...]
new a3db719 Mark bucket_size() assertions as non-portible. Patch from STL [...]
new 7ee04dd Make bucket_count() greater-equal assertions portable. Patch [...]
new a29e0e5 Make move_noexcept.pass.cpp tests more portable. Patch from S [...]
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:
.../map/map.cons/move_noexcept.pass.cpp | 7 +++---
.../multimap/multimap.cons/move_noexcept.pass.cpp | 7 +++---
.../multiset/multiset.cons/move_noexcept.pass.cpp | 7 +++---
.../set/set.cons/move_noexcept.pass.cpp | 7 +++---
.../queue/queue.cons/move_noexcept.pass.cpp | 3 ++-
.../stack/stack.cons/move_noexcept.pass.cpp | 3 ++-
.../deque/deque.cons/move_noexcept.pass.cpp | 7 +++---
.../forwardlist.cons/move_noexcept.pass.cpp | 7 +++---
.../list/list.cons/move_noexcept.pass.cpp | 7 +++---
.../sequences/vector.bool/move_noexcept.pass.cpp | 9 ++++---
.../unord/unord.map/bucket_count.pass.cpp | 4 +--
.../unord/unord.map/bucket_size.pass.cpp | 21 ++++++++--------
.../unord.map.cnstr/move_noexcept.pass.cpp | 7 +++---
.../unord/unord.multimap/bucket_count.pass.cpp | 2 +-
.../unord/unord.multimap/bucket_size.pass.cpp | 29 +++++++++++-----------
.../unord.multimap.cnstr/move_noexcept.pass.cpp | 7 +++---
.../unord/unord.multiset/bucket_count.pass.cpp | 4 +--
.../unord/unord.multiset/bucket_size.pass.cpp | 29 +++++++++++-----------
.../unord.multiset.cnstr/move_noexcept.pass.cpp | 7 +++---
.../unord/unord.set/bucket_count.pass.cpp | 4 +--
.../unord/unord.set/bucket_size.pass.cpp | 21 ++++++++--------
.../unord.set.cnstr/move_noexcept.pass.cpp | 7 +++---
22 files changed, 112 insertions(+), 94 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 cef9c3e Merge readSymbolAssignment with readAssignment. NFC.
new 2d1c53a [ELF] Support PROVIDE/PROVIDE_HIDDEN inside output sections d [...]
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/LinkerScript.cpp | 4 ++++
test/ELF/linkerscript-provide-in-section.s | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/ELF/linkerscript-provide-in-section.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 clang.
from bad32bb [Driver] Switch some getenv calls to llvm::sys::Process::GetEnv
new bd1bb9d [Sema] Replace mem_fn with lambdas. 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:
lib/Sema/SemaLambda.cpp | 8 +++++---
lib/Sema/SemaOverload.cpp | 10 ++++++----
2 files changed, 11 insertions(+), 7 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 libcxx.
from 923899e commit test missing from r276556
new a54d1cb Guard libc++ specific tests SFINAE on std::bind's call operat [...]
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:
.../bind/func.bind/func.bind.bind/bind_return_type.pass.cpp | 8 +++++---
1 file changed, 5 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 lld.
from b549a07 Make readExpr return an Expr object instead of a vector of tokens.
new cef9c3e Merge readSymbolAssignment with readAssignment. 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:
ELF/LinkerScript.cpp | 35 +++++++++++------------------------
1 file changed, 11 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 lld.
from 9420eac Rollback r276538 and r276540 to unbreak asan bot.
new b549a07 Make readExpr return an Expr object instead of a vector of tokens.
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/LinkerScript.cpp | 384 ++++++++++++++------------------
ELF/LinkerScript.h | 9 +-
test/ELF/linkerscript-locationcounter.s | 8 +-
3 files changed, 175 insertions(+), 226 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.