summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/pointer.conversion
AgeCommit message (Expand)Author
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2023-09-28[libc++] Add regression test for #67449 (#67590)Louis Dionne
2023-09-18[libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (#...Daniel Cheng
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2021-09-22[libc++] Fix __wrap_iter to be a proper contiguous iterator.Arthur O'Dwyer
2021-09-07[libc++] Fix std::to_address(array).Arthur O'Dwyer
2021-05-06[libc++] Rewrite std::to_address to avoid relying on element_typeLouis Dionne
2021-05-04[libc++] Revert the std::to_address change to avoid relying on element_type.Louis Dionne
2021-05-04[libc++] Make sure std::to_address doesn't depend on P::element_type.Arthur O'Dwyer
2020-12-06[libc++] [LWG3374] Mark `to_address(const Ptr& p)` overload `constexpr`.Marek Kurdej
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-22[libcxx] Implement std::to_address for C++20Eric Fiselier