summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Fix some incorrect std::function testsEric Fiselier2019-06-081-2/+4
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...Stephan T. Lavavej2017-07-291-1/+1
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-241-1/+1
* Implement http://wg21.link/p0302r1: Removing Allocator Support in std::functi...Marshall Clow2016-10-131-0/+1
* Implement LWG 2393. Check for LValue-callability.Eric Fiselier2016-07-241-0/+23
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-141-61/+67
* [libc++] Fix PR22922 - Allocator support for std::function does not know how ...Eric Fiselier2015-03-181-6/+6
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-101-0/+8
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-101-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+90
OpenPOWER on IntegriCloud