llvm-project/libcxx/test/std/depr
Mehdi Amini e9c66ad9fa Add markup for libc++ dylib availability
Libc++ is used as a system library on macOS and iOS (amongst others). In order
for users to be able to compile a binary that is intended to be deployed to an
older version of the platform, clang provides the
availability attribute <https://clang.llvm.org/docs/AttributeReference.html#availability>_
that can be placed on declarations to describe the lifecycle of a symbol in the
library.

See docs/DesignDocs/AvailabilityMarkup.rst for more information.

Differential Revision: https://reviews.llvm.org/D31739

llvm-svn: 302172
2017-05-04 17:08:54 +00:00
..
depr.auto.ptr Remove more usages of REQUIRES-ANY in the test-suite 2017-03-02 02:04:49 +00:00
depr.c.headers Fix libc++ test to pass in C++03 mode 2017-03-03 17:24:29 +00:00
depr.function.objects Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769 2017-04-13 18:25:32 +00:00
depr.ios.members Implement P0004R1 'Remove Deprecated iostreams aliases' 2015-10-29 05:43:30 +00:00
depr.lib.binders Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769 2017-04-13 18:25:32 +00:00
depr.str.strstreams Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
exception.unexpected [libcxx] Remove unexpected handlers in C++17 2017-02-17 03:25:08 +00:00
nothing_to_do.pass.cpp