summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/refwrap
AgeCommit message (Expand)Author
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui
2025-06-15[libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implem...Hristo Hristov
2024-05-09[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej
2023-01-31[libc++] Addresses LWG3764.Mark de Wever
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-01-26[libc++] Make C++03 reference_wrapper more like C++11.Arthur O'Dwyer
2022-01-25[libc++] [test] Fix LWG3146 "Excessive unwrapping in std::ref/cref"Arthur O'Dwyer
2021-10-20[libc++] Fix incorrect main() signatures in the testsLouis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-03-23[libc++] Add missing test_macros.h include in tests using TEST_STD_VER.Marek Kurdej
2021-02-09[libc++] [LWG2993] reference_wrapper<T> conversion from U&&Arthur O'Dwyer
2020-12-14[libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls.Arthur O'Dwyer
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-21[libc++] Fix warnings with Clang in C++03Louis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-02-20[libc++] Fix unintended ADL inside ref(reference_wrapper<T>) and cref(referen...Logan Smith
2020-01-08[libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...Billy Robert O'Neal III
2019-09-25[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne
2019-09-25Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov
2019-09-24[libc++] Purge mentions of GCC 4 from the test suiteLouis 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-01[libcxx] Make sure reference_wrapper works with incomplete typesLouis 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-12-03[libcxx] Implement P0318: unwrap_ref_decay and unwrap_referenceLouis Dionne
2018-11-19[libcxx] Fix XFAIL for GCC 4.9Louis Dionne
2018-11-19[libcxx] Update test of trivial copyability of reference_wrapperLouis Dionne
2017-08-24[libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej
2017-05-12Cleanup test issues reported by STL @ Microsoft.Eric Fiselier
2016-10-01Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-01-20Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier
2015-08-26[libcxx] Rewrite C++03 __invoke.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier