summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/any
AgeCommit message (Expand)Author
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov
2025-11-22[libc++][any][NFC] Reformat and refactor any_cast tests (#169057)Hristo Hristov
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
2024-01-20[libc++][any] LWG3305: `any_cast<void>` (#78215)Hristo Hristov
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2023-02-24[libc++][test] Silence MSVC deprecation warningsCasey Carter
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
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
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-11-15[clang] retain type sugar in auto / template argument deductionMatheus Izvekov
2021-11-15Revert "[clang] retain type sugar in auto / template argument deduction"Matheus Izvekov
2021-11-13[clang] retain type sugar in auto / template argument deductionMatheus Izvekov
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-09-21[libc++] Fix failures when running the test suite without 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-06-24Fix test failures due to modified wording in Clang diagnostics.Richard Smith
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-03-21[libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't suppor...Louis Dionne
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-28[libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne
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-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-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-09-17Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier