Eric Fiselier
|
46fb2b903e
|
Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com
llvm-svn: 273357
|
2016-06-22 01:23:51 +00:00 |
Eric Fiselier
|
f2f2a6395f
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!
llvm-svn: 272716
|
2016-06-14 21:31:42 +00:00 |
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 |
Marshall Clow
|
9a7971131e
|
Rooting out more undefined behavior in char_traits.
llvm-svn: 229119
|
2015-02-13 16:04:42 +00:00 |
Marshall Clow
|
f3e0e3acda
|
Move the test for zero-length into the char_traits (from string_view). Add tests to char_traits specializations
llvm-svn: 228981
|
2015-02-12 23:34:52 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |