summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers
AgeCommit message (Expand)Author
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
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
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
2015-08-26[libcxx] Rewrite C++03 __invoke.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier