summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/any
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test] Silence -Wself-assign diagnosticsRoman Lebedev2018-04-071-3/+3
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-212-7/+7
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-3/+3
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-2/+2
* Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier2017-09-171-4/+4
* Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier2017-09-174-21/+21
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0414-1/+99
* Expand test coverage for LWG2857Casey Carter2017-04-211-11/+15
* Cleanup any_cast failure testEric Fiselier2017-04-131-8/+25
* Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...Marshall Clow2017-04-121-9/+27
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+2
* Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier2016-11-174-28/+21
* Cleanup nonportable behavior in tests for std::anyCasey Carter2016-10-263-8/+4
* Make any_cast<void()>(nullptr) compileEric Fiselier2016-10-161-0/+13
* Update issue status for LWG 2744Eric Fiselier2016-10-164-17/+25
* Update issue status for LWG 2768 and 2769Eric Fiselier2016-10-164-42/+72
* Fix various issues in std::any and the related tests.Eric Fiselier2016-10-0713-153/+191
* Improve constexpr tests for std::anyEric Fiselier2016-09-071-9/+9
* [libcxx] Add std::anyEric Fiselier2016-08-1121-0/+2488
OpenPOWER on IntegriCloud