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
936a2fd4b47b67c8a49602ffb50e6b0e3ac2ae57
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
History
Marshall Clow
936a2fd4b4
Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commented it out.
...
llvm-svn: 319693
2017-12-04 20:46:38 +00:00
..
string.access
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as
https://reviews.llvm.org/D40065
2017-11-21 21:37:26 +00:00
string.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.cons
Another missing string_view test
2017-09-07 03:03:48 +00:00
string.ends_with
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
2017-12-04 20:11:38 +00:00
string.iterators
…
string.modifiers
Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commented it out.
2017-12-04 20:46:38 +00:00
string.nonmembers
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
2017-07-29 00:55:35 +00:00
string.ops
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as
https://reviews.llvm.org/D40065
2017-11-21 21:37:26 +00:00
string.require
…
string.starts_with
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
2017-12-04 20:11:38 +00:00
allocator_mismatch.fail.cpp
…
input_iterator.h
…
test_traits.h
…
traits_mismatch.fail.cpp
…
types.pass.cpp
…