summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.memfn
AgeCommit message (Expand)Author
2024-10-15[libc++] Fix expression-equivalence for `mem_fn` (#111307)A. Jiang
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2020-12-28[libc++] Fix a test failure in 7b00e9fae3 (D93815).Arthur O'Dwyer
2020-12-28[libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn, default...Arthur O'Dwyer
2020-12-14[libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls.Arthur O'Dwyer
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-06[libc++] Always use -fsyntax-only in .fail.cpp testsLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2015-10-25Fix LWG#2489: mem_fn() should be noexceptMarshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier