This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from ab804f1 Re-disable -Wsign-compare for now. I didn't catch all occurrences
new d8e3e93 Actually re-disable -Wsign-compare
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/libcxx/test/config.py | 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 libcxxabi.
from 0b610fe Workaround the removal of dynamic exception specifications in C++17
new f0c4e60 Fix signed comparison warning
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/uncaught_exceptions.pass.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 a2cd270 Enable the -Wsign-compare warning to better support MSVC
new ab804f1 Re-disable -Wsign-compare for now. I didn't catch all occurrences
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/libcxx/test/config.py | 1 +
1 file changed, 1 insertion(+)
--
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 zorg.
from 4d9faa2 [Zorg] Last AArch64 LLD bug fixed, test-suite passes
new eec4d1b [libFuzzer bot] don
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 llvm.
from f3e3617 [AVX-512][InstCombine] Add 512-bit vpermilvar intrinsics to I [...]
new b966884 [AVR] Add a test to validate a simple 'blinking led' program
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/AVR/integration/blink.ll | 125 ++++++++++++++++++++++++++++++++++
1 file changed, 125 insertions(+)
create mode 100644 test/CodeGen/AVR/integration/blink.ll
--
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 5074e7e [AVX-512] Remove masking from 512-bit vpermil builtins. The b [...]
new d4c3c48 [CrashReproducer] Collect headermap files
new f89729f [CrashReproducer] Setup a module collector callback for Heade [...]
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:
include/clang/Lex/HeaderSearch.h | 3 ++
lib/Frontend/CompilerInstance.cpp | 14 +++++++-
lib/Frontend/ModuleDependencyCollector.cpp | 20 +++++++++++
lib/Lex/HeaderSearch.cpp | 7 ++++
test/Modules/crash-vfs-headermaps.m | 55 ++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+), 1 deletion(-)
create mode 100644 test/Modules/crash-vfs-headermaps.m
--
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 11f64dc Fix undefined behavior in container swap tests.
new 47dfc59 Fix copy/paste errors introduced in r289358
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:
.../multimap/multimap.special/non_member_swap.pass.cpp | 16 ++++++++--------
.../containers/unord/unord.multimap/swap_member.pass.cpp | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 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 12a450f Fix yet another dynamic exception spec
new 11f64dc Fix undefined behavior in container swap tests.
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:
.../map/map.special/non_member_swap.pass.cpp | 8 ++---
.../multimap.special/non_member_swap.pass.cpp | 8 ++---
.../multiset.special/non_member_swap.pass.cpp | 8 ++---
.../set/set.special/non_member_swap.pass.cpp | 8 ++---
.../sequences/deque/deque.special/swap.pass.cpp | 8 ++---
.../forwardlist.spec/member_swap.pass.cpp | 32 +++++++++----------
.../forwardlist.spec/non_member_swap.pass.cpp | 32 +++++++++----------
.../containers/sequences/vector.bool/swap.pass.cpp | 8 ++---
.../sequences/vector/vector.special/swap.pass.cpp | 11 +++----
.../unord/unord.map/swap_member.pass.cpp | 32 +++++++++----------
.../unord.map.swap/swap_non_member.pass.cpp | 32 +++++++++----------
.../unord/unord.multimap/swap_member.pass.cpp | 16 +++++-----
.../unord.multimap.swap/swap_non_member.pass.cpp | 32 +++++++++----------
.../unord/unord.multiset/swap_member.pass.cpp | 32 +++++++++----------
.../unord.multiset.swap/swap_non_member.pass.cpp | 32 +++++++++----------
.../unord/unord.set/swap_member.pass.cpp | 32 +++++++++----------
.../unord.set.swap/swap_non_member.pass.cpp | 32 +++++++++----------
test/support/test_allocator.h | 36 ++++++++++++++--------
18 files changed, 204 insertions(+), 195 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 b61c998 Fix count_new.hpp to work w/o dynamic exception specifications
new e5bca2b Fix more uses of dynamic exception specifications in C++17
new 12a450f Fix yet another dynamic exception spec
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:
.../delete_align_val_t_replace.pass.cpp | 8 +++--
.../new_align_val_t_nothrow_replace.pass.cpp | 6 ++--
.../new_align_val_t_replace.pass.cpp | 6 ++--
.../new_array_nothrow_replace.pass.cpp | 6 ++--
.../new.delete.array/new_array_replace.pass.cpp | 6 ++--
.../new.delete.array/sized_delete_array11.pass.cpp | 8 +++--
.../new.delete.array/sized_delete_array14.pass.cpp | 8 +++--
...elete_array_calls_unsized_delete_array.pass.cpp | 6 ++--
.../sized_delete_array_fsizeddeallocation.sh.cpp | 8 +++--
.../delete_align_val_t_replace.pass.cpp | 8 +++--
.../new_align_val_t_nothrow_replace.pass.cpp | 5 ++--
.../new_align_val_t_replace.pass.cpp | 6 ++--
.../new.delete.single/new_nothrow_replace.pass.cpp | 6 ++--
.../new.delete.single/new_replace.pass.cpp | 6 ++--
.../new.delete.single/sized_delete11.pass.cpp | 8 +++--
.../new.delete.single/sized_delete14.pass.cpp | 8 +++--
.../sized_delete_calls_unsized_delete.pass.cpp | 6 ++--
.../sized_delete_fsizeddeallocation.sh.cpp | 8 +++--
.../thread.thread.constr/F.pass.cpp | 4 +--
test/support/count_new.hpp | 24 +++------------
test/support/test_allocator.h | 34 +++++++++++-----------
test/support/test_macros.h | 14 ++++++---
22 files changed, 112 insertions(+), 87 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.