1. 2b0c7ab [libc++] Declare std::tuple_element as struct instead of class by Louis Dionne · 6 years ago
  2. 2df59c5 Support tests in freestanding by JF Bastien · 7 years ago
  3. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. e495760 Change from a to a . Fixes PR#39871. by Marshall Clow · 7 years ago
  5. 73f7f8d [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp. by Stephan T. Lavavej · 8 years ago
  6. afdc993 [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and make it friendlier to C1XX. by Stephan T. Lavavej · 8 years ago
  7. 07aaf62 Fix XPASS buildbot failure related to structured bindings by Eric Fiselier · 9 years ago
  8. a00db36 Fix verify test on 32 bit systems by Eric Fiselier · 9 years ago
  9. cb0d4df [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings by Eric Fiselier · 9 years ago
  10. 1013fe3 Re-implement LWG 2770 - Fix tuple_size with structured bindings. by Eric Fiselier · 9 years ago
  11. 2371589 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 9 years ago
  12. 0f901c7 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 9 years ago
  13. 03e29a2 Implement C++17 tuple bits. Including apply and make_from_tuple. by Eric Fiselier · 9 years ago
  14. 10b9a1b Flatten the tuple_element and __make_tuple_types implementations. by Eric Fiselier · 9 years ago
  15. d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  16. 38e229f Guard testing of tuple extensions to make tests portable by Eric Fiselier · 9 years ago
  17. 0a52cd7 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. by Eric Fiselier · 11 years ago
  18. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago