llvm-project/libcxx/test/std/utilities/time
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
..
date.time Fix warnings in tests. 2016-06-14 03:21:49 +00:00
time.clock Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
time.clock.req
time.duration Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
time.point Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah 2016-11-14 18:22:19 +00:00
time.traits Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
clock.h
hours.pass.cpp
microseconds.pass.cpp
milliseconds.pass.cpp
minutes.pass.cpp
nanoseconds.pass.cpp
rep.h Remove usages of _LIBCPP_CONSTEXPR under test/std 2016-10-12 10:28:09 +00:00
seconds.pass.cpp