summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-122-2/+2
| | | | | | test/std almost always uses spaces; now it is entirely tab-free. llvm-svn: 329978
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-1/+1
| | | | llvm-svn: 324959
* More P0202 constexpr work. This commit adds ↵Marshall Clow2018-01-204-4/+77
| | | | | | fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us. llvm-svn: 323050
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-182-18/+10
| | | | llvm-svn: 300625
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+697
llvm-svn: 224658
OpenPOWER on IntegriCloud