[PATCH] D119603: [libc++] Remove <experimental/filesystem> header

Joe Loser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 16:11:24 PST 2022


jloser created this revision.
jloser added reviewers: Quuxplusone, ldionne, var-const, philnik, Mordante.
Herald added subscribers: arichardson, mgorny.
jloser requested review of this revision.
Herald added projects: libc++, LLVM.
Herald added subscribers: llvm-commits, libcxx-commits.
Herald added a reviewer: libc++.

`<filesystem>` header has been around for a while now, so we can safely remove
`<experimental/filesystem>` header. `_LIBCPP_DEPRECATED_EXPERIMENTAL_FILESYSTEM`
suggests we were going to remove `<experimental/filesystem>` in llvm 11 release,
but we never did. So, remove the experimental header now, its associated tests,
and the `_LIBCPP_DEPRECATED_EXPERIMENTAL_FILESYSTEM` macro.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119603

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/experimental/__config
  libcxx/include/experimental/filesystem
  libcxx/include/module.modulemap
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/experimental/filesystem/deprecated.verify.cpp
  libcxx/test/libcxx/experimental/filesystem/version.pass.cpp
  libcxx/test/libcxx/min_max_macros.compile.pass.cpp
  libcxx/test/libcxx/nasty_macros.compile.pass.cpp
  libcxx/test/libcxx/no_assert_include.compile.pass.cpp
  libcxx/test/std/experimental/filesystem/fs.req.macros/feature_macro.pass.cpp
  libcxx/test/std/experimental/filesystem/fs.req.namespace/namespace.pass.cpp
  libcxx/utils/generate_header_tests.py
  llvm/utils/gn/secondary/libcxx/include/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119603.408090.patch
Type: text/x-patch
Size: 20109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220212/d1199038/attachment.bin>


More information about the llvm-commits mailing list