| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 8 | -518/+0 |
| | | | | | llvm-svn: 224658 | ||||
| * | Actually mark the tests an unsupported with MSAN (not just ASAN) | Eric Fiselier | 2014-11-04 | 2 | -2/+2 |
| | | | | | llvm-svn: 221240 | ||||
| * | Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN. | Eric Fiselier | 2014-11-04 | 2 | -0/+4 |
| | | | | | | | | tests that replace operator new/delete won't link when using ASAN and MSAN because these sanitizers also replace new/delete. llvm-svn: 221236 | ||||
| * | Whitespace maintenance. Remove a bunch of tabs that snuck in. No ↵ | Marshall Clow | 2014-10-18 | 1 | -6/+6 |
| | | | | | | | functionality change llvm-svn: 220142 | ||||
| * | Final bit for LWG #2263; test different allocator pointer types. Note that ↵ | Marshall Clow | 2014-03-11 | 1 | -0/+116 |
| | | | | | | | libc++ already does the right thing here; I've just added tests to ensure that it stays this way. llvm-svn: 203539 | ||||
| * | Corrected some bugs in both memory and the tests. Preparing for being able ↵ | Howard Hinnant | 2011-05-11 | 1 | -1/+1 |
| | | | | | | | to turn on support for alias templates. llvm-svn: 131199 | ||||
| * | license change | Howard Hinnant | 2010-11-16 | 7 | -14/+14 |
| | | | | | llvm-svn: 119395 | ||||
| * | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -6/+6 |
| | | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | ||||
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 7 | -7/+398 |
| | | | | | llvm-svn: 111767 | ||||
| * | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 7 | -7/+7 |
| | | | | | llvm-svn: 103516 | ||||
| * | libcxx initial import | Howard Hinnant | 2010-05-11 | 7 | -0/+7 |
| llvm-svn: 103490 | |||||

