summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/any/any.nonmembers
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* Fix test failures due to modified wording in Clang diagnostics.Richard Smith2019-06-242-4/+4
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2019-04-241-6/+17
* [libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't suppor...Louis Dionne2019-03-213-12/+3
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-054-4/+4
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-054-28/+4
* Support tests in freestandingJF Bastien2019-02-048-8/+24
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* [libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne2018-11-283-0/+12
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-194-24/+28
* 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-044-0/+28
* Cleanup any_cast failure testEric Fiselier2017-04-131-8/+25
* 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-171-1/+0
* Make any_cast<void()>(nullptr) compileEric Fiselier2016-10-161-0/+13
* 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-075-107/+80
* [libcxx] Add std::anyEric Fiselier2016-08-117-0/+854
OpenPOWER on IntegriCloud