llvm-project/libcxx/test/std/experimental/filesystem/fs.enum
Eric Fiselier d491a6960a Implement P0430R2 - File system library on non-POSIX systems.
This patch implements P0430R2, who's largest change is adding the path::format
enumeration for supporting path format conversions in path constructors.

However, since libc++'s filesystem only really supports POSIX like systems,
there are no real changes needed. This patch simply adds the format enum
and then ignores it when it's passed to constructors.

llvm-svn: 329031
2018-04-02 23:35:24 +00:00
..
check_bitmask_types.hpp
enum.copy_options.pass.cpp Make filesystem tests generic between experimental and std versions. 2018-03-26 05:46:57 +00:00
enum.directory_options.pass.cpp Make filesystem tests generic between experimental and std versions. 2018-03-26 05:46:57 +00:00
enum.file_type.pass.cpp Make filesystem tests generic between experimental and std versions. 2018-03-26 05:46:57 +00:00
enum.path.format.pass.cpp Implement P0430R2 - File system library on non-POSIX systems. 2018-04-02 23:35:24 +00:00
enum.perm_options.pass.cpp Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
enum.perms.pass.cpp Implement filesystem::perm_options specified in NB comments. 2018-03-26 06:23:55 +00:00