summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-073-3/+3
* [libc++] Fix some constexpr tests broken by D68837Louis Dionne2019-11-074-4/+4
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-064-181/+164
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* 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
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-124-17/+17
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-124-8/+8
* Add (commented out) constexpr tests for copy/copy_backwards/copy_if/copy_n. ...Marshall Clow2018-01-224-4/+74
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-101-1/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+277
OpenPOWER on IntegriCloud