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
/
std
/
strings
/
c.strings
History
Marshall Clow
5a127cdcbf
Portability fix: add missing includes and static_casts. Reviewed as
https://reviews.llvm.org/D55777
. Thanks to Andrey Maksimov for the patch.
...
llvm-svn: 349566
2018-12-18 23:19:00 +00:00
..
cctype.pass.cpp
Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cwchar.pass.cpp to avoid constructing a couple things from zero - since apparently they can be enums in some weird C library. NFC there, either, since the values were never used.
2018-12-18 19:07:30 +00:00
cstring.pass.cpp
Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cwchar.pass.cpp to avoid constructing a couple things from zero - since apparently they can be enums in some weird C library. NFC there, either, since the values were never used.
2018-12-18 19:07:30 +00:00
cuchar.pass.cpp
Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cwchar.pass.cpp to avoid constructing a couple things from zero - since apparently they can be enums in some weird C library. NFC there, either, since the values were never used.
2018-12-18 19:07:30 +00:00
cwchar.pass.cpp
Portability fix: add missing includes and static_casts. Reviewed as
https://reviews.llvm.org/D55777
. Thanks to Andrey Maksimov for the patch.
2018-12-18 23:19:00 +00:00
cwctype.pass.cpp
Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cwchar.pass.cpp to avoid constructing a couple things from zero - since apparently they can be enums in some weird C library. NFC there, either, since the values were never used.
2018-12-18 19:07:30 +00:00