summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators
Commit message (Expand)AuthorAgeFilesLines
* Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as ...Marshall Clow2019-02-272-10/+128
* Support tests in freestandingJF Bastien2019-02-04175-175/+525
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19175-700/+525
* [libc++] Support different libc++ namespaces in the iterator testPetr Hosek2019-01-151-30/+30
* Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric fo...Marshall Clow2018-11-132-0/+123
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-05-051-8/+8
* Move old test into test/libcxx, and implement new version of test for ostream...Marshall Clow2018-04-261-2/+15
* [libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-2/+4
* Add tests to make sure that <string_view> provides std::size/data/empty in C+...Marshall Clow2018-01-303-1/+31
* [libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez2017-12-111-0/+3
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-214-9/+11
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow2017-11-153-0/+84
* Clean up the tests for free data(), size() and empty()Marshall Clow2017-11-153-24/+28
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-152-4/+4
* Another test for LWG2952Marshall Clow2017-11-141-0/+28
* Implement LWG2952: iterator_traits should work for pointers to cv TMarshall Clow2017-11-141-0/+28
* Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier2017-11-071-1/+1
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-144-0/+8
* [libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.Stephan T. Lavavej2017-08-051-1/+1
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-2917-17/+17
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-16/+16
* Remove addtional parameters in function std::next() and std::prev()Rachel Craik2017-07-242-0/+6
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-202-2/+2
* Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...Marshall Clow2017-05-231-28/+0
* Make next/prev/advance/distance operations on iterators be constexpr. I misse...Marshall Clow2017-05-174-3/+116
* [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should...Stephan T. Lavavej2017-05-053-0/+54
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-033-18/+6
* Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-011-1/+1
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-183-5/+5
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-071-3/+3
* Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow2017-01-041-6/+62
* Fix unused warning which only triggers in C++11Eric Fiselier2016-12-241-0/+3
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+1
* XFAIL test for more apple-clang versionsEric Fiselier2016-12-151-1/+1
* XFAIL test on apple-clang-7.0Eric Fiselier2016-12-141-1/+1
* Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on ...Eric Fiselier2016-12-143-3/+47
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-0/+4
* 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-232-3/+3
* Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ...Vedant Kumar2016-11-153-43/+3
* P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr...Marshall Clow2016-11-143-3/+43
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-6/+6
* 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
OpenPOWER on IntegriCloud