This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-06 06:31:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
800259c98d6fe81fefabb38c01a79504f2652cf2
llvm
/
libcxx
/
test
/
std
/
strings
/
string.view
History
Marshall Clow
800259c98d
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
...
llvm-svn: 319687
2017-12-04 20:11:38 +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
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
2017-12-04 20:11:38 +00:00
traits_mismatch.fail.cpp
…