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
/
basic.string
History
Marshall Clow
4a6f3c4710
Implement LWG3034: P0767R1 breaks previously-standard-layout types
...
llvm-svn: 328064
2018-03-21 00:36:05 +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
[libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fail.cpp.
2018-03-12 18:06:37 +00:00
string.ends_with
[libcxx] [test] Strip trailing whitespace. NFC.
2017-12-07 00:50:23 +00:00
string.iterators
…
string.modifiers
[libcxx] [test] Fix MSVC warnings and errors.
2018-02-26 20:47:46 +00:00
string.nonmembers
…
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
[libcxx] [test] Strip trailing whitespace. NFC.
2017-12-07 00:50:23 +00:00
allocator_mismatch.fail.cpp
…
char.bad.fail.cpp
Implement LWG3034: P0767R1 breaks previously-standard-layout types
2018-03-21 00:36:05 +00:00
input_iterator.h
…
test_traits.h
…
traits_mismatch.fail.cpp
…
types.pass.cpp
…