[libcxx-commits] [PATCH] D152172: [libc++] Rename availability macros for <filesystem>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 5 08:45:52 PDT 2023


ldionne created this revision.
Herald added a subscriber: arichardson.
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++.

This makes it clearer that the availability macro only pertains to
<filesystem>, and not to whether the platform has support for a file
system.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152172

Files:
  libcxx/include/__availability
  libcxx/include/__chrono/file_clock.h
  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/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/fstream
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/filesystem.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152172.528464.patch
Type: text/x-patch
Size: 25190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230605/1d41c909/attachment-0001.bin>


More information about the libcxx-commits mailing list