Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libcxx] [test] Fix whitespace, NFC. | Stephan T. Lavavej | 2018-04-12 | 2 | -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. Lavavej | 2018-02-12 | 1 | -1/+1 |
| | | | | llvm-svn: 324959 | ||||
* | More P0202 constexpr work. This commit adds ↵ | Marshall Clow | 2018-01-20 | 4 | -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 algorithm | Eric Fiselier | 2017-04-18 | 2 | -18/+10 |
| | | | | llvm-svn: 300625 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 4 | -0/+697 |
llvm-svn: 224658 |