summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/expected/expected.void
AgeCommit message (Expand)Author
2025-06-29[libc++][NFC] Refactored equality comparisons tests for `pair` and `expected`...Hristo Hristov
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2025-05-07[libc++] Implement P3379R0 Constrain `std::expected` equality operators (#135...yronglin
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
2024-07-06[libc++] Remove annotations for GCC 13 and update the documentation (#97744)Nikolas Klauser
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser
2024-01-22[libc++] Ensure that std::expected has no tail padding (#69673)Jan Kokemüller
2024-01-19[libc++] Implement LWG3940: std::expected<void, E>::value() also needs E to b...Twice
2023-11-27[libc++][test] Avoid C++23 Core features that MSVC lacks (#73438)Stephan T. Lavavej
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-10-30[libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller
2023-09-25[libc++] Remove the CI job testing Clang 15 (#66406)Louis Dionne
2023-09-25[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)Louis Dionne
2023-05-18[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin
2023-05-18Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin
2023-05-17[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin
2023-04-15[libc++] Removes Clang 14 support.Mark de Wever
2023-01-06[libc++][test] Suppress MSVC warnings in std::expected testsCasey Carter
2022-12-31[NFC][libc++] Removes concepts tests.Mark de Wever
2022-12-14[libc++] Implement `std::expected` P0323R12Hui Xie