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