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
/
containers
/
sequences
/
vector
History
Marshall Clow
72c8fad427
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
...
llvm-svn: 318269
2017-11-15 05:51:26 +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
[libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back.
2017-10-17 13:03:17 +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
[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type.
2016-12-14 22:46:46 +00:00
iterators.pass.cpp
…
types.pass.cpp
…