summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.not_fn
Commit message (Expand)AuthorAgeFilesLines
* 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] Improve MSVC portability.Stephan T. Lavavej2018-01-101-4/+8
* [libcxx] P0604, invoke_result and is_invocableZhihao Yuan2017-12-121-8/+8
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier2017-05-101-1/+1
* test: squelch -Wreturn-type errorSaleem Abdulrasool2017-02-121-1/+8
* Fix unused parameters and variablesEric Fiselier2016-12-231-5/+4
* Update LWG 2767 and add test caseEric Fiselier2016-10-161-0/+14
* Remove use of _VSTD::__invoke in the not_fn testsEric Fiselier2016-10-121-1/+4
* Implement P0358r1. Fixes for not_fn.Eric Fiselier2016-06-271-28/+69
* Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-221-29/+29
* Add not_fn test for throwing operator!Eric Fiselier2016-06-021-0/+8
* Add C++17 std::not_fn negator.Eric Fiselier2016-06-021-0/+540
OpenPOWER on IntegriCloud