index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
iterators
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Add C++20 contiguous_iterator_tag.
Eric Fiselier
2019-11-16
2
-1
/
+35
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
2
-6
/
+0
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
2
-0
/
+6
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
2
-6
/
+0
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
17
-17
/
+17
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-41
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+41
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
73
-0
/
+141
*
Fix a minor bug with std::next and prev not and negative numbers. In particul...
Marshall Clow
2019-03-22
2
-13
/
+23
*
Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as ...
Marshall Clow
2019-02-27
2
-10
/
+128
*
Support tests in freestanding
JF Bastien
2019-02-04
175
-175
/
+525
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
175
-700
/
+525
*
[libc++] Support different libc++ namespaces in the iterator test
Petr Hosek
2019-01-15
1
-30
/
+30
*
Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric fo...
Marshall Clow
2018-11-13
2
-0
/
+123
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-05-05
1
-8
/
+8
*
Move old test into test/libcxx, and implement new version of test for ostream...
Marshall Clow
2018-04-26
1
-2
/
+15
*
[libcxx] [test] Use TEST_COMPILER_C1XX.
Stephan T. Lavavej
2018-04-12
1
-2
/
+4
*
Add tests to make sure that <string_view> provides std::size/data/empty in C+...
Marshall Clow
2018-01-30
3
-1
/
+31
*
[libcxx] Define istream_iterator equality comparison operators out-of-line
Roger Ferrer Ibanez
2017-12-11
1
-0
/
+3
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
4
-9
/
+11
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
3
-0
/
+84
*
Clean up the tests for free data(), size() and empty()
Marshall Clow
2017-11-15
3
-24
/
+28
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
2
-4
/
+4
*
Another test for LWG2952
Marshall Clow
2017-11-14
1
-0
/
+28
*
Implement LWG2952: iterator_traits should work for pointers to cv T
Marshall Clow
2017-11-14
1
-0
/
+28
*
Change test suite to support c++17 dialect flag instead of c++1z.
Eric Fiselier
2017-11-07
1
-1
/
+1
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
4
-0
/
+8
*
[libcxx] [test] Rename _Up to U, etc. NFCI.
Stephan T. Lavavej
2017-08-11
1
-2
/
+2
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
1
-2
/
+2
*
[libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.
Stephan T. Lavavej
2017-08-05
1
-1
/
+1
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
17
-17
/
+17
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-16
/
+16
*
Remove addtional parameters in function std::next() and std::prev()
Rachel Craik
2017-07-24
2
-0
/
+6
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
2
-2
/
+2
*
Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...
Marshall Clow
2017-05-23
1
-28
/
+0
*
Make next/prev/advance/distance operations on iterators be constexpr. I misse...
Marshall Clow
2017-05-17
4
-3
/
+116
*
[libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should...
Stephan T. Lavavej
2017-05-05
3
-0
/
+54
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
3
-18
/
+6
*
Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"
Mehdi Amini
2017-03-02
1
-1
/
+1
*
Revert "Fix Apple-specific XFAIL directive in libc++ test"
Mehdi Amini
2017-03-02
1
-1
/
+1
*
Fix Apple-specific XFAIL directive in libc++ test
Mehdi Amini
2017-03-01
1
-1
/
+1
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
1
-1
/
+1
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
3
-5
/
+5
*
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
Stephan T. Lavavej
2017-01-07
1
-3
/
+3
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
1
-6
/
+62
*
Fix unused warning which only triggers in C++11
Eric Fiselier
2016-12-24
1
-0
/
+3
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-0
/
+1
*
XFAIL test for more apple-clang versions
Eric Fiselier
2016-12-15
1
-1
/
+1
[next]