summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-162-1/+35
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-252-6/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-0/+6
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-242-6/+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-3173-0/+141
* Fix a minor bug with std::next and prev not and negative numbers. In particul...Marshall Clow2019-03-222-13/+23
* 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
OpenPOWER on IntegriCloud