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
History
Marshall Clow
a8fd1e4be0
Fix a few static_asserts that need extra parens on -03
...
llvm-svn: 282343
2016-09-24 23:52:21 +00:00
..
basic.string
Fix a few static_asserts that need extra parens on -03
2016-09-24 23:52:21 +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
Move more _LIBCPP_VERSION tests to test/libcxx.
2016-06-22 02:07:26 +00:00
char.traits
Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com
2016-06-22 01:23:51 +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
string.view
Again, w/o the tabs
2016-07-21 13:19:36 +00:00
strings.general
…