summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod
AgeCommit message (Expand)Author
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne
2022-10-19[libc++] Remove std::function in C++03Nikolas Klauser
2022-06-22[libc++] Remove std::function in C++03Nikolas Klauser
2020-09-21[libc++] Fix failures when running the test suite without RTTILouis Dionne
2020-04-21[libc++] Fix warnings with Clang in C++03Louis Dionne
2020-03-13Revert "Revert "Move more tests to globalMemCounter and reset.""Dan Albert
2020-03-13Revert "Move more tests to globalMemCounter and reset."Dan Albert
2020-03-12Move more tests to globalMemCounter and reset.Dan Albert
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-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-12-29Fix PR31489 - std::function self-swap segfaultsEric Fiselier
2016-01-25Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow
2014-12-22[libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier