You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/include/experimental
Louis Dionne 4211451486 [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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363072 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
__config [libcxx] Slightly improved policy for handling experimental features 6 years ago
__memory Revert "[coroutines] Add std::experimental::task<T> type" 6 years ago
algorithm Update more file headers across all of the LLVM projects in the monorepo 6 years ago
coroutine Fix visibility for coroutine types on Windows 6 years ago
deque Update more file headers across all of the LLVM projects in the monorepo 6 years ago
filesystem Update more file headers across all of the LLVM projects in the monorepo 6 years ago
forward_list Update more file headers across all of the LLVM projects in the monorepo 6 years ago
functional [libc++] Remove visibility-related warnings with Clang 8 6 years ago
iterator Update the file headers across all of the LLVM projects in the monorepo 6 years ago
list Update more file headers across all of the LLVM projects in the monorepo 6 years ago
map Update more file headers across all of the LLVM projects in the monorepo 6 years ago
memory_resource Revert "[coroutines] Add std::experimental::task<T> type" 6 years ago
propagate_const Update more file headers across all of the LLVM projects in the monorepo 6 years ago
regex Update more file headers across all of the LLVM projects in the monorepo 6 years ago
set Update more file headers across all of the LLVM projects in the monorepo 6 years ago
simd Update more file headers across all of the LLVM projects in the monorepo 6 years ago
string Update more file headers across all of the LLVM projects in the monorepo 6 years ago
type_traits Implement LWG 2960: nonesuch is insufficiently useless 6 years ago
unordered_map Update more file headers across all of the LLVM projects in the monorepo 6 years ago
unordered_set Update more file headers across all of the LLVM projects in the monorepo 6 years ago
utility Update more file headers across all of the LLVM projects in the monorepo 6 years ago
vector Update more file headers across all of the LLVM projects in the monorepo 6 years ago