summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/predef.iterators
Commit message (Expand)AuthorAgeFilesLines
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2117-17/+17
* Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."Eric Fiselier2019-08-041-41/+0
* Suppress -Wctad-maybe-unsupported on types w/o deduction guides.Eric Fiselier2019-08-031-0/+41
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3124-0/+47
* Support tests in freestandingJF Bastien2019-02-0495-95/+285
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1995-380/+285
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-212-3/+4
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-2/+2
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-142-0/+4
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-2917-17/+17
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-033-18/+6
* Fix unused warning which only triggers in C++11Eric Fiselier2016-12-241-0/+3
* Enable warnings by default for C++ >= 11 and fix -Wshadow occurancesEric Fiselier2016-12-032-31/+26
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* Implement another part of P0031; adding constexpr to move_iteratorMarshall Clow2016-11-0224-0/+349
* Adding a missing constexpr test for reverse_iterator operator[].Marshall Clow2016-10-201-0/+11
* Implement constexpr support for reverse_iterator. Reviewed as https://reviews...Marshall Clow2016-10-1923-23/+366
* Fix ::reference typedef in insert iterators.Eric Fiselier2016-06-303-6/+6
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-3/+3
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-5/+2
* Fix LWG issue #2106: move_iterators returning prvaluesEric Fiselier2016-04-221-1/+40
* Implement LWG#680, which was missed lo these many moons ago, and was reported...Marshall Clow2016-04-111-2/+2
* One more #include request in the test suite from Walter BrownMarshall Clow2015-01-111-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2095-0/+3577
OpenPOWER on IntegriCloud