summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-218-8/+8
* [libc++] Add C++17 deduction guides for std::functionLouis Dionne2019-07-183-0/+283
* Move libc++ specific tests for std::function out of the std directoryEric Fiselier2019-06-112-94/+0
* Fix some incorrect std::function testsEric Fiselier2019-06-081-2/+4
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-317-0/+11
* [NFC] Fix incorrect comment in std::function testLouis Dionne2019-02-211-1/+1
* Support tests in freestandingJF Bastien2019-02-0421-21/+63
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1921-84/+63
* Mark P0771 as complete; we already did this - I just added tests to be sureMarshall Clow2018-11-201-1/+13
* [libcxx] func.wrap.func.con: Unset function before destroying anythingVolodymyr Sapsai2018-04-252-0/+92
* [libcxx][test] Silence -Wself-assign diagnosticsRoman Lebedev2018-04-071-4/+4
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* Revert "Fix PR34298 - Allow std::function with an incomplete return type."Eric Fiselier2017-09-101-36/+1
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-4/+4
* func.wrap.func.con: Fix test commentDuncan P. N. Exon Smith2017-06-181-1/+1
* Mark LWG#2850 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-1/+2
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-245-5/+5
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix PR31489 - std::function self-swap segfaultsEric Fiselier2016-12-291-43/+71
* [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::...Stephan T. Lavavej2016-11-181-2/+2
* Implement http://wg21.link/p0302r1: Removing Allocator Support in std::functi...Marshall Clow2016-10-1310-0/+182
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-011-2/+3
* Implement LWG 2393. Check for LValue-callability.Eric Fiselier2016-07-243-0/+65
* Mark LWG issue 2565 as complete. Update the tests to check it.Eric Fiselier2016-05-312-28/+100
* [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs...Eric Fiselier2015-08-181-0/+247
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-172-25/+5
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-142-119/+149
* [libc++] Fix PR22922 - Allocator support for std::function does not know how ...Eric Fiselier2015-03-185-15/+18
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-103-0/+21
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-102-1/+3
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-227-177/+67
* Move test into test/std subdirectory.Eric Fiselier2014-12-2014-0/+990
OpenPOWER on IntegriCloud