summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-318-0/+16
* Support tests in freestandingJF Bastien2019-02-049-9/+27
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [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 unused parameters and variablesEric Fiselier2016-12-231-1/+1
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...Eric Fiselier2016-07-241-3/+5
* 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-227-0/+14
* [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-051-0/+1
* 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-206-0/+750
OpenPOWER on IntegriCloud