summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const
AgeCommit message (Expand)Author
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej
2022-01-26[libc++] Make C++03 reference_wrapper more like C++11.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-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-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
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
2017-08-24[libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej
2015-08-26[libcxx] Rewrite C++03 __invoke.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier