[PATCH] D16948: [libcxx] Filesystem TS Part 1 -- path

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 6 12:48:32 PST 2016


EricWF updated this revision to Diff 47095.
EricWF added a comment.

Remove unintentional change in CMake.


http://reviews.llvm.org/D16948

Files:
  CMakeLists.txt
  include/experimental/__config
  include/experimental/filesystem
  include/iomanip
  lib/filesystem/CMakeLists.txt
  src/filesystem/path.cpp
  test/CMakeLists.txt
  test/libcxx/experimental/filesystem/class.path/path.req/is_pathable.pass.cpp
  test/libcxx/test/config.py
  test/std/experimental/filesystem/class.directory_entry/directory_entry.cons.pass.cpp
  test/std/experimental/filesystem/class.directory_entry/directory_entry.mods.pass.cpp
  test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/comparisons.pass.cpp
  test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/path.pass.cpp
  test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/status.pass.cpp
  test/std/experimental/filesystem/class.file_status/file_status.cons.pass.cpp
  test/std/experimental/filesystem/class.file_status/file_status.mods.pass.cpp
  test/std/experimental/filesystem/class.file_status/file_status.obs.pass.cpp
  test/std/experimental/filesystem/class.filesystem_error/filesystem_error.members.pass.cpp
  test/std/experimental/filesystem/class.path/path.itr/iterator.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.append.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.assign/copy.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.assign/move.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.assign/source.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.compare.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.concat.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.construct/copy.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.construct/default.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.construct/move.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.construct/source.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.generic.obs/named_overloads.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.modifiers/clear.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.modifiers/make_preferred.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.modifiers/remove_filename.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.modifiers/replace_extension.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.modifiers/replace_filename.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.modifiers/swap.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.native.obs/c_str.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.native.obs/named_overloads.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.native.obs/native.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.native.obs/operator_string.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.native.obs/string_alloc.pass.cpp
  test/std/experimental/filesystem/class.path/path.member/path.query/tested_in_path_decompose.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/append_op.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/comparison_ops_tested_elsewhere.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/hash_value_tested_elswhere.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/path.factory.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/path.io.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/path.io.unicode_bug.pass.cpp
  test/std/experimental/filesystem/class.path/path.nonmember/swap.pass.cpp
  test/std/experimental/filesystem/class.path/synop.pass.cpp
  test/std/experimental/filesystem/fs.enum/check_bitmask_types.hpp
  test/std/experimental/filesystem/fs.enum/enum.copy_options.pass.cpp
  test/std/experimental/filesystem/fs.enum/enum.directory_options.pass.cpp
  test/std/experimental/filesystem/fs.enum/enum.file_type.pass.cpp
  test/std/experimental/filesystem/fs.enum/enum.perms.pass.cpp
  test/std/experimental/filesystem/fs.error.report/tested_elsewhere.pass.cpp
  test/std/experimental/filesystem/fs.filesystem.synopsis/file_time_type.pass.cpp
  test/std/experimental/filesystem/fs.req.macros/feature_macro.pass.cpp
  test/std/experimental/filesystem/fs.req.namespace/namespace.pass.cpp
  test/std/experimental/filesystem/static_test_env/bad_symlink
  test/std/experimental/filesystem/static_test_env/dir1/dir2/dir3/.gitkeep
  test/std/experimental/filesystem/static_test_env/dir1/file1
  test/std/experimental/filesystem/static_test_env/dir1/file2
  test/std/experimental/filesystem/static_test_env/empty_file
  test/std/experimental/filesystem/static_test_env/non_empty_file
  test/std/experimental/filesystem/static_test_env/symlink_to_empty_file
  test/std/experimental/filesystem/test.pass.cpp
  test/support/count_new.hpp
  test/support/filesystem_dynamic_test_helper.py
  test/support/filesystem_test_helper.hpp
  test/support/min_allocator.h
  test/support/test_iterators.h
  test/support/test_macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16948.47095.patch
Type: text/x-patch
Size: 206446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160206/dad5d6a6/attachment-0001.bin>


More information about the cfe-commits mailing list