summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/any/any.nonmembers/any.cast
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Fix test failures due to modified wording in Clang diagnostics.Richard Smith2019-06-242-4/+4
* 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-052-2/+2
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-052-14/+2
* Support tests in freestandingJF Bastien2019-02-046-6/+18
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [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-192-12/+14
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-5/+5
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-3/+3
* 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-042-0/+14
* 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-074-105/+78
* [libcxx] Add std::anyEric Fiselier2016-08-115-0/+674
OpenPOWER on IntegriCloud