summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_allocator.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug #19473. If you pass an allocator to std::function, we should use that ↵Marshall Clow2014-04-181-0/+60
| | | | | | allocator, not construct one from scratch. Add a test to make sure llvm-svn: 206623
* 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 six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵Marshall Clow2013-12-031-0/+155
test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. llvm-svn: 196174
OpenPOWER on IntegriCloud