llvm-project/libcxx/test/std/experimental/filesystem/class.path/path.member
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
..
path.assign Make filesystem tests generic between experimental and std versions. 2018-03-26 05:46:57 +00:00
path.construct Implement P0430R2 - File system library on non-POSIX systems. 2018-04-02 23:35:24 +00:00
path.decompose Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
path.gen Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
path.generic.obs Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
path.modifiers Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
path.native.obs Make filesystem tests generic between experimental and std versions. 2018-03-26 05:46:57 +00:00
path.query
path.append.pass.cpp Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
path.compare.pass.cpp Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
path.concat.pass.cpp Make filesystem tests generic between experimental and std versions. 2018-03-26 05:46:57 +00:00