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
577fa7f00fa0c3aff42d596d5e9db6c2fbbd4f4e
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
string.view
History
Marshall Clow
25a7ba4524
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
...
llvm-svn: 318328
2017-11-15 20:02:27 +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
Tolerate [[nodiscard]] annotations in the STL. Reviewed as
https://reviews.llvm.org/D39033
2017-11-15 07:40:37 +00:00
string.view.capacity
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
2017-11-15 20:02:27 +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
…
string.view.nonmem
…
string.view.ops
…
string.view.synop
…
string.view.template
…
traits_mismatch.fail.cpp
…