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
c6c7bfc4d2bc37f55f57504c19d47deb7645dd76
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
container.adaptors
/
queue
/
queue.defn
History
Stephan T. Lavavej
ad9545eb30
[libcxx] [test] Fix whitespace, NFC.
...
test/std almost always uses spaces; now it is entirely tab-free. llvm-svn: 329978
2018-04-12 23:56:22 +00:00
..
assign_copy.pass.cpp
…
assign_move.pass.cpp
…
back_const.pass.cpp
…
back.pass.cpp
…
emplace.pass.cpp
[libcxx] [test] Fix whitespace, NFC.
2018-04-12 23:56:22 +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
…
push.pass.cpp
…
size.pass.cpp
…
swap.pass.cpp
…
types.fail.cpp
…
types.pass.cpp
…