Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove names of unreferenced parameters. Patch from STL@microsoft.com | Eric Fiselier | 2016-04-28 | 1 | -1/+1 |
| | | | | llvm-svn: 267852 | ||||
* | Our test allocators support move/copy construction; they should support ↵ | Marshall Clow | 2015-10-06 | 1 | -1/+7 |
| | | | | | | move/copy assignment as well llvm-svn: 249458 | ||||
* | More of N4258 implementation. Mark all of our test_allocators as noexcept ↵ | Marshall Clow | 2015-06-03 | 1 | -11/+13 |
| | | | | | | constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. llvm-svn: 238957 | ||||
* | Add license headers to a bunch of libc++ files that were missing them. No ↵ | Marshall Clow | 2014-01-16 | 1 | -0/+9 |
| | | | | | | functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. llvm-svn: 199400 | ||||
* | Found two identical files named 'allocators.h' in the libcxx test suite. ↵ | Marshall Clow | 2013-12-02 | 1 | -0/+174 |
Moved one to /support, removed the other, and iupdated all the includes. No functionality change llvm-svn: 196127 |