summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/stack_allocator.h
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-66/+0
| | | | llvm-svn: 224658
* 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
* This is a start at making the libc++ test suite friendlier to the ↵Howard Hinnant2013-03-231-1/+6
| | | | | | -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. llvm-svn: 177824
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
| | | | llvm-svn: 111755
* libcxx initial importHoward Hinnant2010-05-111-0/+52
llvm-svn: 103490
OpenPOWER on IntegriCloud