llvm-project/libcxx/test/std/experimental/filesystem
Eric Fiselier e3690ba586 Implement LWG 3014 - Fix more noexcept issues in filesystem.
This patch removes the noexcept declaration from filesystem
operations which require creating temporary paths or
creating a directory iterator. Either of these operations
can throw.

llvm-svn: 324192
2018-02-04 07:35:36 +00:00
..
Inputs/static_test_env
class.directory_entry
class.directory_iterator Implement LWG 3013 - some filesystem members should not be noexcept. 2017-10-30 18:59:59 +00:00
class.file_status Implement LWG 2787 - [file_status.cons] is inconsistent 2017-03-06 21:02:06 +00:00
class.filesystem_error
class.path Implement LWG2989: path's streaming operators allow everything under the sun. 2018-02-04 03:10:53 +00:00
class.rec.dir.itr Remove debug println from rec.dir.itr.increment test 2018-02-04 03:26:55 +00:00
fs.enum Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink_nofollow. 2016-06-21 22:42:42 +00:00
fs.error.report
fs.filesystem.synopsis [libcxx] [test] Fix comment typos. 2017-02-05 22:48:20 +00:00
fs.op.funcs Implement LWG 3014 - Fix more noexcept issues in filesystem. 2018-02-04 07:35:36 +00:00
fs.req.macros
fs.req.namespace
lit.local.cfg