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
4f052d075c0e074e34756dd8565e53ffd1c9929e
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
History
Marshall Clow
12e17b19ba
Mark LWG2824 as complete. We already did it, but I added a test to be sure
...
llvm-svn: 321689
2018-01-03 04:37:30 +00:00
..
array
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
deque
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
2017-11-15 05:51:26 +00:00
forwardlist
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
2017-11-15 05:51:26 +00:00
list
Mark LWG2824 as complete. We already did it, but I added a test to be sure
2018-01-03 04:37:30 +00:00
vector
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
2017-11-15 05:51:26 +00:00
vector.bool
Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.
2017-11-26 00:39:59 +00:00
nothing_to_do.pass.cpp
…