summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/queue/queue.defn
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3113-0/+24
* Support tests in freestandingJF Bastien2019-02-0416-16/+48
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-151-1/+1
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-25/+25
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-2/+2
* Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow2018-01-241-18/+37
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-1/+1
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier2017-04-182-6/+4
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-241-2/+12
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-6/+12
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-141-0/+20
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-141-7/+7
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-282-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2014-0/+458
OpenPOWER on IntegriCloud