hanchenye-llvm-project/libcxx/docs/DesignDocs
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
..
ABIVersioning.rst
AvailabilityMarkup.rst Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
CapturingConfigInfo.rst
DebugMode.rst Fix typo in docs 2017-02-05 01:16:25 +00:00
ThreadingSupportAPI.rst [libcxx] Improve design documentation for the external-thread-library 2017-01-16 12:44:08 +00:00
VisibilityMacros.rst [libc++] Make _LIBCPP_TYPE_VIS export members 2017-03-02 03:22:18 +00:00