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 |
Jonathan Roelofs
|
eb7b5e74d4
|
Rename system_lib -> system_cxx_lib. NFC
llvm-svn: 226061
|
2015-01-14 23:38:12 +00:00 |
Marshall Clow
|
e21582e742
|
Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results.
llvm-svn: 225541
|
2015-01-09 20:25:52 +00:00 |
Marshall Clow
|
d95510ebba
|
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.
llvm-svn: 225403
|
2015-01-07 21:53:23 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |