llvm-project/libcxx/test/std/experimental/filesystem
Eric Fiselier 44e2ebadb2 Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink_nofollow.
This changes how filesystem::permissions(p, perms) handles symlinks. Previously
symlinks were not resolved by default instead only getting resolved when
"perms::resolve_symlinks" was used. After this change symlinks are resolved
by default and perms::symlink_nofollow must be given to change this.

This issue has not yet been moved to Ready status, and I will revert if it
doesn't get moved at the current meeting. However I feel confident that it
will and it's nice to have implementations when moving issues.

llvm-svn: 273328
2016-06-21 22:42:42 +00:00
..
Inputs/static_test_env
class.directory_entry
class.directory_iterator
class.file_status
class.filesystem_error
class.path Fix 3 bugs in filesystem tests and implementation. 2016-06-18 04:10:23 +00:00
class.rec.dir.itr Fix bugs in recursive_directory_iterator::increment(ec) implementation and tests. 2016-06-17 23:57:16 +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
fs.op.funcs Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink_nofollow. 2016-06-21 22:42:42 +00:00
fs.req.macros
fs.req.namespace
lit.local.cfg