[all-commits] [llvm/llvm-project] 352945: [libc++] Remove unused headers from <filesystem>
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Dec 22 17:09:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 352945dd36c64fd68b4c73fcc393ee5828da639a
https://github.com/llvm/llvm-project/commit/352945dd36c64fd68b4c73fcc393ee5828da639a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M libcxx/include/filesystem
M libcxx/src/filesystem/directory_iterator.cpp
M libcxx/src/filesystem/filesystem_common.h
M libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/comparisons.pass.cpp
M libcxx/test/std/input.output/filesystems/class.directory_iterator/types.pass.cpp
M libcxx/test/std/input.output/filesystems/class.filesystem_error/filesystem_error.members.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/move.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/copy.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/move.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp
M libcxx/test/support/filesystem_test_helper.h
Log Message:
-----------
[libc++] Remove unused headers from <filesystem>
Remove unused headers from `<filesystem>`
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D116146
More information about the All-commits
mailing list