summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/optional/optional.object
AgeCommit message (Expand)Author
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-09-24[libc++] Implement Resolution of LWG 3886 (#155356)William Tran-Viet
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2024-08-14[libc++] Fix ambiguous constructors for std::complex and std::optional (#103409)Louis Dionne
2024-07-21[libc++] Makes `unique_ptr operator*() noexcept. (#98047)Mark de Wever
2024-06-03[libc++][test] Mark `optional` test functions as `TEST_CONSTEXPR_CXX20` (#94172)Stephan T. Lavavej
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov
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-08-20[libc++][expected] Implement LWG3836yrong
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-04-19[libc++] Adds missing includes.Mark de Wever
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-09-20[libc++] Applies P0602R4 retro-actively.Mark de Wever
2022-08-23[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne
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-03-05[libc++] Granularize <utility> includesNikolas Klauser
2022-01-13[libcxx][test] Add missing includes and suppress warningsCasey Carter
2021-10-28[libc++] P0433R2: add the remaining deduction guides.Konstantin Varlamov
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-23[libcxx][nfc] Global `constexpr friend` -> `friend constexpr`.zoecarver
2021-07-13[libc++] Workaround non-constexpr std::exchange pre C++20Louis Dionne
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-07-01[libcxx] Update optional star operator to be noexcept.zoecarver
2021-06-10[libcxx][optional] adds missing constexpr operationsChristopher Di Bella
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2020-11-04Fix UB in one libcxx test, when deleting D through a pointer to B.Arthur O'Dwyer
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2020-10-14[libc++] Split off debug tests that were missed by ce1365f8f7e into test/libcxxLouis 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-28[NFC] Correct spelling of "ambiguous"Casey Carter
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2019-12-12[libc++] Cleanup and enable multiple warnings.Eric Fiselier
2019-10-23[libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-06-27Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...Marshall Clow
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-25Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow
2019-03-25Cleaup of requirements for optional. While researching LWG3196, I realized th...Marshall Clow
2019-03-11Allow optional to tolerate being used with a nested class.Eric Fiselier