This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
/
list
History
Stephan T. Lavavej
6b1ae9b854
[libcxx] [test] Strip trailing whitespace, NFC.
...
llvm-svn: 324959
2018-02-12 22:54:35 +00:00
..
list.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
list.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
list.modifiers
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>
2017-04-16 03:45:35 +00:00
list.ops
[libcxx] [test] Strip trailing whitespace, NFC.
2018-02-12 22:54:35 +00:00
list.special
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
2017-07-29 00:55:35 +00:00
allocator_mismatch.fail.cpp
Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
2015-11-26 01:24:04 +00:00
incomplete_type.pass.cpp
[libcxx] [test] Fix comment typos, strip trailing whitespace.
2017-01-18 20:10:25 +00:00
iterators.pass.cpp
[libcxx] [test] Fix an improper assumption about Null Forward Iterators.
2016-12-12 19:50:14 +00:00
types.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00