llvm-project/libcxx/test/std/containers/container.adaptors
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
..
priority.queue 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
queue [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
stack [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
nothing_to_do.pass.cpp