llvm/libcxx
Joe Loser 861386dbd6
[libc++] Remove <experimental/filesystem> header
`<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.

Differential Revision: https://reviews.llvm.org/D119603
2022-02-12 19:43:57 -05:00
..
benchmarks [libc++] Fix modules and benchmarks CI builds when incomplete features are disabled 2022-02-08 15:15:07 -05:00
cmake [libc++][NFC] Work around false positive ODR violations from ASan. 2022-02-11 11:56:51 -08:00
docs [libc++] Remove <experimental/filesystem> header 2022-02-12 19:43:57 -05:00
include [libc++] Remove <experimental/filesystem> header 2022-02-12 19:43:57 -05:00
lib
src [libcxx] Silence -Wformat-nonliteral warnings in the Windows support code 2022-02-10 22:44:51 +02:00
test [libc++] Remove <experimental/filesystem> header 2022-02-12 19:43:57 -05:00
utils [libc++] Remove <experimental/filesystem> header 2022-02-12 19:43:57 -05:00
.clang-format
.clang-tidy
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [runtimes] Remove support for standalone builds 2022-02-09 08:55:31 -05:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT