summaryrefslogtreecommitdiffstats
path: root/libcxx/test/localization/locale.stdcvt
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2025-4395/+0
| | | | llvm-svn: 224658
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-042-2/+2
| | | | llvm-svn: 221240
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-042-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 Hinnant2012-07-262-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 changeHoward Hinnant2010-11-1625-50/+50
| | | | llvm-svn: 119395
* Corrected some int -> char narrowing conversionsHoward Hinnant2010-08-236-72/+72
| | | | llvm-svn: 111849
* Fixing whitespace problemsHoward Hinnant2010-08-226-6/+6
| | | | llvm-svn: 111761
* [locale.stdcvt]Howard Hinnant2010-05-3025-0/+4389
llvm-svn: 105174
OpenPOWER on IntegriCloud