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 |
Stephan T. Lavavej
|
6b1ae9b854
|
[libcxx] [test] Strip trailing whitespace, NFC.
llvm-svn: 324959
|
2018-02-12 22:54:35 +00:00 |
Marshall Clow
|
e34f5ffe4b
|
Implement LWG2783: stack::emplace() and queue::emplace() should return decltype(auto)
llvm-svn: 323385
|
2018-01-24 22:42:25 +00:00 |
Marshall Clow
|
72c8fad427
|
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
llvm-svn: 318269
|
2017-11-15 05:51:26 +00:00 |
Stephan T. Lavavej
|
4159db7698
|
[libcxx] [test] Untabify, NFC.
llvm-svn: 309464
|
2017-07-29 00:55:10 +00:00 |
Eric Fiselier
|
f5427b26d3
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.
llvm-svn: 300604
|
2017-04-18 21:23:18 +00:00 |
Marshall Clow
|
63b560be69
|
Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
llvm-svn: 292990
|
2017-01-24 23:09:12 +00:00 |
Eric Fiselier
|
0e411641a3
|
Implement P0084r2. Changing emplace return types.
llvm-svn: 276230
|
2016-07-21 03:20:17 +00:00 |
Marshall Clow
|
bb9f50014c
|
Add failing tests that I forgot to add to the last commit
llvm-svn: 263451
|
2016-03-14 17:58:54 +00:00 |
Marshall Clow
|
c1fe2c4329
|
Implement LWG#2566: Requirements on the first template parameter of container adaptors
llvm-svn: 263450
|
2016-03-14 17:58:11 +00:00 |
Marshall Clow
|
949389c395
|
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
llvm-svn: 227370
|
2015-01-28 21:22:53 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |