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
7
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
strings
History
Marshall Clow
3a407a096c
Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report.
...
llvm-svn: 271897
2016-06-06 14:35:22 +00:00
..
basic.string
Remove trailing whitespace in test suite. Approved by Marshall Clow.
2016-06-01 21:35:39 +00:00
basic.string.hash
libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library.
2015-01-07 21:53:23 +00:00
basic.string.literals
Remove trailing whitespace in test suite. Approved by Marshall Clow.
2016-06-01 21:35:39 +00:00
c.strings
Void cast runtime-unused variables. Patch from STL@microsoft.com
2016-05-02 19:15:48 +00:00
char.traits
Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report.
2016-06-06 14:35:22 +00:00
string.classes
…
string.conversions
Make it possible to build a no-exceptions variant of libcxx.
2015-11-10 11:41:22 +00:00
strings.general
…
version.pass.cpp
…