summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.search/func.search.default/default.pred.pass.cpp
AgeCommit message (Expand)Author
2021-04-06[libcxx] Fix the type attribute for a couple templatesMartin Storsjö
2021-03-22[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the ...Martin Storsjö
2021-01-29[libcxx][test] Silence MSVC narrowing warningCasey Carter
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-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis 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
2018-01-08Add the C++17 extensions to std::search. Include the default searcher, but no...Marshall Clow