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
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
/
forwardlist
History
Marshall Clow
934e9a3976
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear().
...
llvm-svn: 340385
2018-08-22 04:28:43 +00:00
..
forwardlist.access
…
forwardlist.cons
[libcxx] [test] Strip trailing whitespace. NFC.
2018-06-14 00:12:20 +00:00
forwardlist.iter
…
forwardlist.modifiers
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear().
2018-08-22 04:28:43 +00:00
forwardlist.ops
…
forwardlist.spec
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
2017-07-29 00:55:35 +00:00
allocator_mismatch.fail.cpp
…
empty.fail.cpp
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
empty.pass.cpp
Added tests for xxx.size() and xxx.empty() for all the sequence containers
2017-11-15 01:33:33 +00:00
incomplete.pass.cpp
…
max_size.pass.cpp
…
types.pass.cpp
…