[libcxx-commits] [PATCH] D115578: [libc++][NFC] Granularize <filesystem>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 16 06:46:31 PST 2021


philnik updated this revision to Diff 394854.
philnik marked 4 inline comments as done.
philnik added a comment.

- Put all operations in operations.h


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115578/new/

https://reviews.llvm.org/D115578

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__filesystem/copy_options.h
  libcxx/include/__filesystem/directory_entry.h
  libcxx/include/__filesystem/directory_iterator.h
  libcxx/include/__filesystem/directory_options.h
  libcxx/include/__filesystem/file_status.h
  libcxx/include/__filesystem/file_time_type.h
  libcxx/include/__filesystem/file_type.h
  libcxx/include/__filesystem/filesystem_error.h
  libcxx/include/__filesystem/operations.h
  libcxx/include/__filesystem/path.h
  libcxx/include/__filesystem/path_iterator.h
  libcxx/include/__filesystem/perm_options.h
  libcxx/include/__filesystem/perms.h
  libcxx/include/__filesystem/recursive_directory_iterator.h
  libcxx/include/__filesystem/space_info.h
  libcxx/include/__filesystem/u8path.h
  libcxx/include/filesystem
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/absolute.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/canonical.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/copy.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/copy_file.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/copy_options.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/copy_symlink.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/create_directories.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/create_directory.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/create_directory_symlink.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/create_hard_link.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/create_symlink.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/current_path.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/directory_entry.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/directory_iterator.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/directory_options.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/equivalent.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/exists.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/file_size.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/file_status.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/file_time_type.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/file_type.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/filesystem_error.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/hard_link_count.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_block_file.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_character_file.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_directory.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_empty.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_fifo.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_other.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_regular_file.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_socket.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/is_symlink.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/last_write_time.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/path.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/path_iterator.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/perm_options.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/permissions.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/perms.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/proximate.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/read_symlink.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/recursive_directory_iterator.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/relative.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/remove.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/remove_all.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/rename.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/resize_file.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/space.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/space_info.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/status.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/status_known.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/symlink_status.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/temp_directory_path.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/u8path.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/filesystem/weakly_canonical.module.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115578.394854.patch
Type: text/x-patch
Size: 250885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211216/735e6227/attachment-0001.bin>


More information about the libcxx-commits mailing list