This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
localization
History
Joerg Sonnenberger
aa05f9eaf3
Add explicit casts to unsigned char before calling ctype functions.
...
Fixes the value range on platforms with signed char. llvm-svn: 180940
2013-05-02 19:17:48 +00:00
..
c.locales
…
locale.categories
Add explicit casts to unsigned char before calling ctype functions.
2013-05-02 19:17:48 +00:00
locale.stdcvt
<algorithm> no longer needs to include <cstdlib>, but can get away with just <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.
2012-07-26 17:09:09 +00:00
locale.syn
…
locales
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
2013-02-06 00:59:06 +00:00
localization.general
…
version.pass.cpp
…