[libcxx-commits] [PATCH] D152377: [libc++] Split sources for <filesystem>
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 7 09:14:25 PDT 2023
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The operations.cpp file contained the implementation of a ton of
functionality unrelated to just the filesystem operations. Splitting
this up into more files will make it possible in the future to support
parts of <filesystem> (e.g. path) on systems where there is no notion
of a filesystem.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152377
Files:
libcxx/src/CMakeLists.txt
libcxx/src/filesystem/directory_entry.cpp
libcxx/src/filesystem/filesystem_clock.cpp
libcxx/src/filesystem/filesystem_common.h
libcxx/src/filesystem/filesystem_error.cpp
libcxx/src/filesystem/operations.cpp
libcxx/src/filesystem/path.cpp
libcxx/src/filesystem/path_parser.h
libcxx/src/filesystem/posix_compat.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152377.529333.patch
Type: text/x-patch
Size: 76002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230607/59ddbbae/attachment-0001.bin>
More information about the libcxx-commits
mailing list