summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/bind
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-319-0/+18
* Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow2019-04-241-1/+1
* Support tests in freestandingJF Bastien2019-02-0415-15/+45
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-174-4/+4
* fix newly failing c++03 testsEric Fiselier2016-12-241-0/+2
* Fix unused parameters and variablesEric Fiselier2016-12-232-1/+25
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow2016-09-222-0/+8
* Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...Eric Fiselier2016-07-241-3/+5
* Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier2016-06-261-0/+28
* Mark LWG issue 2545 as complete. Add extra testsEric Fiselier2016-06-022-0/+132
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-282-3/+3
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-201-0/+35
* Cleanup <__functional_03>Eric Fiselier2015-07-229-0/+55
* [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-101-3/+16
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-052-0/+8
* Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...Eric Fiselier2014-12-231-0/+49
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-0/+883
OpenPOWER on IntegriCloud