summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_reference.pass.cpp
AgeCommit message (Expand)Author
2025-11-22[libc++][any][NFC] Reformat and refactor any_cast tests (#169057)Hristo Hristov
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2022-02-16[libc++] [test] Remove `using std::any{,_cast}` from std/utilities/any/. NFCI.Arthur O'Dwyer
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-07-16[libc++] Remove shortcut Lit features for Apple backdeploymentLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-02-05[libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne
2019-02-05[libcxx] Start defining lit features for tests depending on availabilityLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-19[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-11-17Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier
2016-10-07Fix various issues in std::any and the related tests.Eric Fiselier
2016-08-11[libcxx] Add std::anyEric Fiselier