summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/min_allocator.h
Commit message (Collapse)AuthorAgeFilesLines
* More of N4258 implementation. Mark all of our test_allocators as noexcept ↵Marshall Clow2015-06-031-13/+15
| | | | | | 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 bare_allocator archetype that implements the minimal possible allocator ↵Eric Fiselier2014-08-151-1/+29
| | | | | | interface. llvm-svn: 215691
* 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
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-261-0/+252
/support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
OpenPOWER on IntegriCloud