This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
01f1d9b5894de7529fc9b0e6aeb6f414be950cb8
clang-p2996
/
libcxx
/
test
/
std
/
strings
History
Marshall Clow
4d64d7dd64
Implement P0966 - string::reserve should not shrink
...
llvm-svn: 347789
2018-11-28 18:18:34 +00:00
..
basic.string
Implement P0966 - string::reserve should not shrink
2018-11-28 18:18:34 +00:00
basic.string.hash
…
basic.string.literals
A couple of tests were broken when clang implemented the compiler parts of P0482 (support for char8_t). Comment out those bits until we implement the corresponding bits in libc++
2018-11-20 22:55:40 +00:00
c.strings
…
char.traits
…
string.classes
…
string.conversions
[libcxx] [test] Add missing <stdexcept> in several tests.
2018-08-08 00:40:32 +00:00
string.view
A couple of tests were broken when clang implemented the compiler parts of P0482 (support for char8_t). Comment out those bits until we implement the corresponding bits in libc++
2018-11-20 22:55:40 +00:00
strings.general
…