[all-commits] [llvm/llvm-project] dd72b8: [libc++] Rename availability macros for <filesystem>
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jun 7 11:33:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd72b81334bb155e6e3511311f9137550aff915e
https://github.com/llvm/llvm-project/commit/dd72b81334bb155e6e3511311f9137550aff915e
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M libcxx/include/__availability
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__filesystem/copy_options.h
M libcxx/include/__filesystem/directory_entry.h
M libcxx/include/__filesystem/directory_iterator.h
M libcxx/include/__filesystem/directory_options.h
M libcxx/include/__filesystem/file_status.h
M libcxx/include/__filesystem/filesystem_error.h
M libcxx/include/__filesystem/operations.h
M libcxx/include/__filesystem/path.h
M libcxx/include/__filesystem/path_iterator.h
M libcxx/include/__filesystem/perm_options.h
M libcxx/include/__filesystem/perms.h
M libcxx/include/__filesystem/recursive_directory_iterator.h
M libcxx/include/__filesystem/space_info.h
M libcxx/include/__filesystem/u8path.h
M libcxx/include/fstream
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/filesystem.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Rename availability macros for <filesystem>
This makes it clearer that the availability macro only pertains to
<filesystem>, and not to whether the platform has support for a file
system.
Differential Revision: https://reviews.llvm.org/D152172
More information about the All-commits
mailing list