This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 2c8aa05 Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it
new 47257c4 Add tests for unordered container tests and std::string
new 72a67ff Fix stupid build error caused by a stupid person
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/__debug | 3 +
include/__hash_table | 24 +-
include/string | 12 +-
include/unordered_map | 2 +-
test/libcxx/debug/containers/db_string.pass.cpp | 96 ++++++
.../containers/db_unord_container_tests.pass.cpp | 66 ++++
test/libcxx/test/config.py | 3 +
test/support/debug_mode_helper.h | 382 +++++++++++++++++++++
8 files changed, 573 insertions(+), 15 deletions(-)
create mode 100644 test/libcxx/debug/containers/db_string.pass.cpp
create mode 100644 test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
create mode 100644 test/support/debug_mode_helper.h
--
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 fa31c10 Fix build errors in C++03 caused by recent debug changes
new 2c8aa05 Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it
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/algorithm | 14 +++++++
include/iterator | 118 +++++++++++++++++++++++++++++++++---------------------
2 files changed, 86 insertions(+), 46 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 01eb99a Implement a throwing version of _LIBCPP_ASSERT.
new 51d64bb Fix debug mode build w/o exceptions
new fa31c10 Fix build errors in C++03 caused by recent debug changes
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/__debug | 8 +++++++-
lib/abi/CHANGELOG.TXT | 2 +-
src/debug.cpp | 4 ++++
test/libcxx/debug/debug_throw.pass.cpp | 4 ++--
4 files changed, 14 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 libcxx.
from 046a71b Implement P0435R1 - Resolving LWG issues for common_type
new 01eb99a Implement a throwing version of _LIBCPP_ASSERT.
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:
docs/DesignDocs/DebugMode.rst | 100 +++++++++++++
docs/UsingLibcxx.rst | 12 +-
docs/index.rst | 1 +
include/__config | 11 ++
include/__debug | 76 ++++++++--
lib/abi/CHANGELOG.TXT | 22 +++
lib/abi/x86_64-apple-darwin16.0.0.abilist | 16 ++
lib/abi/x86_64-unknown-linux-gnu.abilist | 17 +++
src/debug.cpp | 61 +++++++-
.../debug/debug_abort.pass.cpp} | 20 ++-
test/libcxx/debug/debug_throw.pass.cpp | 36 +++++
.../debug_throw_register.pass.cpp} | 24 +--
www/debug_mode.html | 162 ---------------------
www/index.html | 1 -
14 files changed, 353 insertions(+), 206 deletions(-)
create mode 100644 docs/DesignDocs/DebugMode.rst
copy test/{std/depr/exception.unexpected/unexpected/unexpected.pass.cpp => libcxx/ [...]
create mode 100644 test/libcxx/debug/debug_throw.pass.cpp
copy test/libcxx/{containers/sequences/list/db_cback.pass.cpp => debug/debug_throw [...]
delete mode 100644 www/debug_mode.html
--
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 7ff3426 Automatic date update in version.in
new b733bcb Place copy relocations in .dynbss when target is read-only.
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:
gold/ChangeLog | 11 ++++++
gold/copy-relocs.cc | 44 ++++++++++++++++++----
gold/copy-relocs.h | 8 +++-
gold/testsuite/Makefile.am | 10 +++++
gold/testsuite/Makefile.in | 33 +++++++++++++---
.../{copy_test_protected.cc => copy_test_relro.cc} | 25 ++++++++----
...{plugin_test_9b_elf.cc => copy_test_relro_1.cc} | 22 ++---------
7 files changed, 111 insertions(+), 42 deletions(-)
copy gold/testsuite/{copy_test_protected.cc => copy_test_relro.cc} (63%)
copy gold/testsuite/{plugin_test_9b_elf.cc => copy_test_relro_1.cc} (75%)
--
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 binutils-2_28-branch
in repository binutils-gdb.
from 1702614 dynrelro section for read-only dynamic symbols copied into ex [...]
new a08db92 Place copy relocations in .dynbss when target is read-only.
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:
gold/ChangeLog | 11 ++++++
gold/copy-relocs.cc | 44 ++++++++++++++++++----
gold/copy-relocs.h | 8 +++-
gold/testsuite/Makefile.am | 10 +++++
gold/testsuite/Makefile.in | 33 +++++++++++++---
.../{copy_test_protected.cc => copy_test_relro.cc} | 25 ++++++++----
...{plugin_test_9b_elf.cc => copy_test_relro_1.cc} | 22 ++---------
7 files changed, 111 insertions(+), 42 deletions(-)
copy gold/testsuite/{copy_test_protected.cc => copy_test_relro.cc} (63%)
copy gold/testsuite/{plugin_test_9b_elf.cc => copy_test_relro_1.cc} (75%)
--
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 a3f4893 Suppress unreachable code warning in unwind tests
new 6e0f5ef add cxa_demangle_fuzzer
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:
CMakeLists.txt | 1 +
fuzz/CMakeLists.txt | 11 +++++++++++
fuzz/cxa_demangle_fuzzer.cpp | 15 +++++++++++++++
3 files changed, 27 insertions(+)
create mode 100644 fuzz/CMakeLists.txt
create mode 100644 fuzz/cxa_demangle_fuzzer.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 llvm.
from 66dc5d6 [PM] Actually commit the test update that was supposed to acc [...]
new 115afb9 [InstCombine] Remove a piece of a comment that said that Inst [...]
new a167bba [PM] Teach the inliner's call graph update to handle insertin [...]
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:
lib/Transforms/IPO/Inliner.cpp | 16 +++++-----
lib/Transforms/InstCombine/InstCombineInternal.h | 3 +-
test/Transforms/Inline/cgscc-update.ll | 39 ++++++++++++++++++++++++
3 files changed, 49 insertions(+), 9 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 3ab88a9 [LCG] Teach the ref edge removal to handle a ref edge that is [...]
new 66dc5d6 [PM] Actually commit the test update that was supposed to acc [...]
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/Other/new-pass-manager.ll | 1 -
1 file changed, 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.
from 2a7adec Update test that relies on the optimizer to match new output.
new c673702 DR1315: a non-type template argument in a partial specializat [...]
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/Basic/DiagnosticSemaKinds.td | 8 +-
include/clang/Sema/Sema.h | 9 +
lib/Sema/SemaTemplate.cpp | 234 +++++++++++----------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 18 ++
test/CXX/drs/dr13xx.cpp | 28 +++
test/CXX/temp/temp.decls/temp.class.spec/p8-0x.cpp | 9 +-
test/CXX/temp/temp.decls/temp.class.spec/p8-1y.cpp | 17 +-
.../temp.deduct/temp.deduct.type/p9-0x.cpp | 2 +-
test/SemaTemplate/class-template-spec.cpp | 18 +-
test/SemaTemplate/temp_arg_nontype.cpp | 26 +++
test/SemaTemplate/temp_arg_nontype_cxx11.cpp | 2 +-
test/SemaTemplate/temp_class_spec_neg.cpp | 6 +-
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 4 +-
www/cxx_dr_status.html | 2 +-
14 files changed, 246 insertions(+), 137 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.