summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/iterator.primitives/iterator.operations
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-314-0/+4
* Fix a minor bug with std::next and prev not and negative numbers. In particul...Marshall Clow2019-03-222-13/+23
* Support tests in freestandingJF Bastien2019-02-044-4/+12
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Remove addtional parameters in function std::next() and std::prev()Rachel Craik2017-07-242-0/+6
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-202-2/+2
* Make next/prev/advance/distance operations on iterators be constexpr. I misse...Marshall Clow2017-05-174-3/+116
* Implement LWG#2353: std::next is over-constrainedMarshall Clow2015-11-071-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+175
OpenPOWER on IntegriCloud