Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 25 | -4395/+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 | ||||
* | <algorithm> no longer needs to include <cstdlib>, but can get away with just ↵ | Howard Hinnant | 2012-07-26 | 2 | -0/+2 |
| | | | | | | <cstddef>. This was brought to my attention by Salvatore Benedetto in his port to a bare-metal coretex-m3. This exposed two test bugs where an explicit #include <cstdlib> was needed. llvm-svn: 160786 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 25 | -50/+50 |
| | | | | llvm-svn: 119395 | ||||
* | Corrected some int -> char narrowing conversions | Howard Hinnant | 2010-08-23 | 6 | -72/+72 |
| | | | | llvm-svn: 111849 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 6 | -6/+6 |
| | | | | llvm-svn: 111761 | ||||
* | [locale.stdcvt] | Howard Hinnant | 2010-05-30 | 25 | -0/+4389 |
llvm-svn: 105174 |