summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/allocators.h
Commit message (Collapse)AuthorAgeFilesLines
* Our test allocators support move/copy construction; they should support ↵Marshall Clow2015-10-061-1/+7
| | | | | | move/copy assignment as well llvm-svn: 249458
* More of N4258 implementation. Mark all of our test_allocators as noexcept ↵Marshall Clow2015-06-031-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 Clow2014-01-161-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 Clow2013-12-021-0/+174
Moved one to /support, removed the other, and iupdated all the includes. No functionality change llvm-svn: 196127
OpenPOWER on IntegriCloud