1. e15dd4e Support tests in freestanding by JF Bastien · 6 years ago
  2. 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  3. a5acfb9 [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. by Stephan T. Lavavej · 8 years ago
  4. 51eb1be [libcxx] [test] Strip trailing whitespace. NFC, no code review. by Stephan T. Lavavej · 8 years ago
  5. 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
  6. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 9 years ago
  7. 6e3bce5 [libcxx] Add missing c++98 xfail. NFC. by Asiri Rathnayake · 9 years ago
  8. 6efc20f Mark test as XFAIL for C++03, rather than providing a dummy pass. by Marshall Clow · 9 years ago
  9. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  10. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  11. 02f6369 Cleaning up the test suite; remove some includes of non-standard file <__config> by Marshall Clow · 10 years ago
  12. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from test/iterators/iterator.range/begin-end.pass.cpp]
  13. 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
  14. 6daf534 Fix for PRPR17934; based on a fix suggested by Peter Sommerlad by Marshall Clow · 12 years ago
  15. 09da3c0 LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin by Marshall Clow · 12 years ago