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
/
string.view
History
Marshall Clow
289f1ce53e
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++
...
llvm-svn: 347360
2018-11-20 22:55:40 +00:00
..
string_view.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
string.view.access
Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests
2018-01-30 00:47:43 +00:00
string.view.capacity
Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests
2018-01-30 00:47:43 +00:00
string.view.comparison
…
string.view.cons
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
2018-07-12 02:55:01 +00:00
string.view.find
…
string.view.hash
…
string.view.io
…
string.view.iterators
…
string.view.modifiers
…
string.view.nonmem
…
string.view.ops
[libcxx] [test] Add missing <stdexcept> in several tests.
2018-08-08 00:40:32 +00:00
string.view.synop
…
string.view.template
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
2017-12-04 20:11:38 +00:00
char.bad.fail.cpp
Implement LWG3034: P0767R1 breaks previously-standard-layout types
2018-03-21 00:36:05 +00:00
traits_mismatch.fail.cpp
…
types.pass.cpp
[libcxx] [test] Fix whitespace, NFC.
2018-04-12 23:56:22 +00:00