summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/any/any.nonmembers/swap.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove <experimental/any>; use <any> instead. See ↵Marshall Clow2018-02-011-41/+0
| | | | | | https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 323972
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-2/+3
| | | | | | | | | | | | | | | 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
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-311-0/+40
Summary: This patch adds the second revision of <experimental/any>. I've been working from the LFTS draft found at this link. https://rawgit.com/cplusplus/fundamentals-ts/v1/fundamentals-ts.html#any Reviewers: danalbert, jroelofs, K-ballo, mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6762 llvm-svn: 243728
OpenPOWER on IntegriCloud