summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.wrap
Commit message (Expand)AuthorAgeFilesLines
* [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] Update for C++17 feature removals.Stephan T. Lavavej2017-08-241-1/+2
* [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
* Implement LWG 2591 - Patch from K-BalloEric Fiselier2017-05-101-0/+4
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-2/+2
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-246-6/+6
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix PR31489 - std::function self-swap segfaultsEric Fiselier2016-12-292-94/+195
* [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-1312-0/+210
* Add tests to check that swap(std::function, std::function) is noexcept. This ...Marshall Clow2016-10-101-1/+14
* 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
* Fix inheriting constructor test for std::function.Eric Fiselier2016-07-201-4/+7
* Add missed test in r276090.Eric Fiselier2016-07-201-0/+23
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Mark LWG issue 2565 as complete. Update the tests to check it.Eric Fiselier2016-05-312-28/+100
* Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow2016-01-251-0/+4
* Add missing license headersEric Fiselier2016-01-191-0/+9
* [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-177-369/+242
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-143-119/+206
* [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-104-0/+81
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-102-1/+3
* In early C++11 standard drafts, std::function derived from std::unary_functio...Marshall Clow2015-01-081-29/+88
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-229-235/+95
* Move test into test/std subdirectory.Eric Fiselier2014-12-2029-0/+2156
OpenPOWER on IntegriCloud