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
1a8456da17075539099ccb0d625fda816b62bcb2
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
container.adaptors
/
queue
/
queue.defn
History
Stephan T. Lavavej
6b1ae9b854
[libcxx] [test] Strip trailing whitespace, NFC.
...
llvm-svn: 324959
2018-02-12 22:54:35 +00:00
..
assign_copy.pass.cpp
…
assign_move.pass.cpp
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.
2017-04-18 21:23:18 +00:00
back_const.pass.cpp
…
back.pass.cpp
…
emplace.pass.cpp
[libcxx] [test] Strip trailing whitespace, NFC.
2018-02-12 22:54:35 +00:00
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
…
front_const.pass.cpp
…
front.pass.cpp
…
pop.pass.cpp
…
push_rv.pass.cpp
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.
2017-04-18 21:23:18 +00:00
push.pass.cpp
…
size.pass.cpp
…
swap.pass.cpp
…
types.fail.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
types.pass.cpp
…