summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.nonmodifying/alg.search
Commit message (Expand)AuthorAgeFilesLines
* More constexpr algorithms from P0202. search/search_nMarshall Clow2018-01-164-4/+79
* Fix misspelled macro name - thanks to andrew@ispras.ru for the catchMarshall Clow2018-01-101-1/+1
* Add the C++17 extensions to std::search. Include the default searcher, but no...Marshall Clow2018-01-081-0/+28
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+1
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-152-2/+2
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-102-0/+10
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+404
OpenPOWER on IntegriCloud