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
351e4fa0e2c98bd24dfd8b547f366e00a4d554b2
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
string.view
History
Marshall Clow
4a6f3c4710
Implement LWG3034: P0767R1 breaks previously-standard-layout types
...
llvm-svn: 328064
2018-03-21 00:36:05 +00:00
..
string_view.literals
Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report.
2017-10-24 14:06:00 +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
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits
2017-10-24 16:30:06 +00:00
string.view.find
…
string.view.hash
…
string.view.io
…
string.view.iterators
…
string.view.modifiers
Remove non-standard basic_string_view::clear() member.
2017-05-12 03:35:53 +00:00
string.view.nonmem
…
string.view.ops
…
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] Strip trailing whitespace, NFC.
2018-02-12 22:54:35 +00:00