diff options
author | Louis Dionne <ldionne@apple.com> | 2019-06-11 14:48:40 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-06-11 14:48:40 +0000 |
commit | 776acf225b371b4f4623751a3de8c2d3d324473c (patch) | |
tree | e4f2cc67dfed4fb35cf7512eb81d1ec9175fe49c /libcxx/test/std/experimental/filesystem | |
parent | 10ed68189a85cc84ff4a2141777ef73d069ff197 (diff) | |
download | bcm5719-llvm-776acf225b371b4f4623751a3de8c2d3d324473c.tar.gz bcm5719-llvm-776acf225b371b4f4623751a3de8c2d3d324473c.zip |
[libcxx] Slightly improved policy for handling experimental features
Summary:
Following the discussion on the libcxx-dev mailing list
(http://lists.llvm.org/pipermail/libcxx-dev/2019-May/000358.html),
this implements the new policy for handling experimental features and
their deprecation. We basically add a deprecation warning for
std::experimental::filesystem, and we remove a bunch of <experimental/*>
headers that were now empty.
Reviewers: mclow.lists, EricWF
Subscribers: mgorny, christof, jkorous, dexonsmith, arphaman, libcxx-commits, jfb
Tags: #libc
Differential Revision: https://reviews.llvm.org/D62428
llvm-svn: 363072
Diffstat (limited to 'libcxx/test/std/experimental/filesystem')
-rw-r--r-- | libcxx/test/std/experimental/filesystem/lit.local.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/experimental/filesystem/lit.local.cfg b/libcxx/test/std/experimental/filesystem/lit.local.cfg new file mode 100644 index 00000000000..1d0cf19256e --- /dev/null +++ b/libcxx/test/std/experimental/filesystem/lit.local.cfg @@ -0,0 +1 @@ +config.test_format.cxx.compile_flags += ['-D_LIBCPP_NO_EXPERIMENTAL_DEPRECATION_WARNING_FILESYSTEM'] |