summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/any/any.class
AgeCommit message (Expand)Author
2025-10-07[libc++] Don't use std::allocator inside <any> (#161061)Nikolas Klauser
2024-10-02[libc++] Fix constant initialization of unique_ptr in C++17 and prior (#108956)Nikolas Klauser
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
2023-02-24[libc++][test] Silence MSVC deprecation warningsCasey Carter
2022-02-16[libc++] [test] Remove `using std::any{,_cast}` from std/utilities/any/. NFCI.Arthur O'Dwyer
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2022-02-08[libc++][nfc] Use TEST_SAFE_STATIC.Mark de Wever
2021-07-02[libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for ...wmbat
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-09-29[libc++] Rename the -fno-rtti Lit feature to just no-rttiLouis 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-29Reset another globalMemCounter.Dan Albert
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-17[libc++] NFC: Rename Lit feature for no RTTI to -fno-rttiLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-24Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow
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
2018-10-26Work around gcc.gnu.org/PR87766Eric Fiselier
2018-04-07[libcxx][test] Silence -Wself-assign diagnosticsRoman Lebedev
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-21Expand test coverage for LWG2857Casey Carter
2017-04-12Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...Marshall Clow
2016-11-17Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier
2016-10-26Cleanup nonportable behavior in tests for std::anyCasey Carter
2016-10-16Update issue status for LWG 2744Eric Fiselier
2016-10-07Fix various issues in std::any and the related tests.Eric Fiselier
2016-09-07Improve constexpr tests for std::anyEric Fiselier
2016-08-11[libcxx] Add std::anyEric Fiselier