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
cf699ad9ab458ed94de8a4e772534ff4a23c8933
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector
History
Marshall Clow
3f7d20904f
Fix a couple of 'unused variable' warnings in a vector test. NFC.
...
llvm-svn: 337016
2018-07-13 16:26:16 +00:00
..
vector.capacity
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.cons
[libcxx] [test] Strip trailing whitespace. NFC.
2018-06-14 00:12:20 +00:00
vector.data
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
vector.modifiers
Sigh. Once again forgot about the 'no exceptions' bots.
2017-04-17 14:18:44 +00:00
vector.special
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
2017-07-29 00:55:35 +00:00
allocator_mismatch.fail.cpp
…
contiguous.pass.cpp
…
iterators.pass.cpp
Fix a couple of 'unused variable' warnings in a vector test. NFC.
2018-07-13 16:26:16 +00:00
types.pass.cpp
…