llvm-project/libcxx/test/std/experimental
Eric Fiselier ddfdb32b30 Implement LWG 3013 - some filesystem members should not be noexcept.
LWG 3013 points out that the constructors and increment members
of the directory iterators need to allocate, and therefore cannot
be marked noexcept.

It also points out that `is_empty` and `copy` likely need to allocate
as well, and as such can also not be noexcept.

This patch speculatively implements the resolution removing noexcept,
because libc++ does indeed have the possibility of throwing on allocation
failure.

llvm-svn: 316941
2017-10-30 18:59:59 +00:00
..
algorithms [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
any Fix failing -verify tests due to change in Clangs static_assert message. 2017-09-17 20:57:05 +00:00
filesystem Implement LWG 3013 - some filesystem members should not be noexcept. 2017-10-30 18:59:59 +00:00
func [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
iterator [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
language.support/support.coroutines [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
memory [libcxx] [test] Make files consistently end with newlines, NFC. 2017-07-29 00:55:22 +00:00
numeric [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
optional Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
string.view [libcxx] [test] Make files consistently end with newlines, NFC. 2017-07-29 00:55:22 +00:00
utilities Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
nothing_to_do.pass.cpp