summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/any
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2110-11/+11
* 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-315-0/+7
* Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2019-04-242-8/+25
* [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-0514-14/+14
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-0514-98/+14
* Support tests in freestandingJF Bastien2019-02-0422-22/+66
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* [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-1914-84/+98
* Work around gcc.gnu.org/PR87766Eric Fiselier2018-10-261-1/+1
* [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