Sign in
llvm
/
libcxx
/
6892a8e3518b65216eac7f2bcd7d81601b069b1a
/
test
/
std
/
iterators
/
iterator.range
/
begin-end.pass.cpp
e15dd4e
Support tests in freestanding
by JF Bastien
· 6 years ago
7c3769d
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
a5acfb9
[libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.
by Stephan T. Lavavej
· 8 years ago
51eb1be
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
by Stephan T. Lavavej
· 8 years ago
e22af6b
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17
by Marshall Clow
· 8 years ago
e619862
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 9 years ago
6e3bce5
[libcxx] Add missing c++98 xfail. NFC.
by Asiri Rathnayake
· 9 years ago
6efc20f
Mark test as XFAIL for C++03, rather than providing a dummy pass.
by Marshall Clow
· 9 years ago
d24c465
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
84acb1e
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
02f6369
Cleaning up the test suite; remove some includes of non-standard file <__config>
by Marshall Clow
· 10 years ago
a90c6dd
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from test/iterators/iterator.range/begin-end.pass.cpp]
9dacb2f
Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexcept, plus a drive-by fix for cbegin/cend suggested by Peter Sommerlad.
by Marshall Clow
· 11 years ago
6daf534
Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
by Marshall Clow
· 12 years ago
09da3c0
LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin
by Marshall Clow
· 12 years ago