Clone this repo:

Branches

  1. b4d4dd1 [libc++] Don't try to used noexcept in C++03 by Nikolas Klauser · 5 hours ago main
  2. aad3b3b [libcxx] Fix container build and bump clang version (#153035) by Aiden Grossman · 28 hours ago
  3. d0b8604 [libc++] Fix std::variant evaluating template arguments too eagerly (#151028) by Nikolas Klauser · 29 hours ago
  4. 293c45f [libc++] Remove a bunch of forward declarations from __tree and simplify __is_tree_value_type (#152451) by Nikolas Klauser · 2 days ago
  5. 01d1b7b [libc++] Implement LWG4222 'expected' constructor from a single value missing a constraint (#152676) by yronglin · 3 days ago
  6. 64c2492 [clang] Improve nested name specifier AST representation (#147835) by Matheus Izvekov · 4 days ago
  7. 196c38a [libc++] Fix uses of non-empty transparent comparator in `<map>` (#152624) by A. Jiang · 4 days ago
  8. 04d7abc [libc++] Remove unnecessary friend declarations from <__tree> (#152133) by Nikolas Klauser · 6 days ago
  9. ef36ecf [libcxx] Update testing documentation about CI container images. (#149192) by cmtice · 6 days ago
  10. 6b5317f [libc++] Fix incorrect down cast in __tree::operator= (#152285) by Nikolas Klauser · 6 days ago
  11. cf6502e Revert "[libc++] Fix incorrect down cast in __tree::operator=" by Nikolas Klauser · 6 days ago
  12. ab89a67 [libc++] Fix incorrect down cast in __tree::operator= by Nikolas Klauser · 7 days ago
  13. 91206b4 [libcxx] Initialize vcruntime __std_exception_data in the exception copy ctor (#144329) by Martin Storsjö · 7 days ago
  14. 7bdb895 [libc++] Fix incorrect down-cast in __tree (#152181) by Nikolas Klauser · 7 days ago
  15. 10e08af [libc++] Workaround for a bug of overloads in MS UCRT's `<math.h>` (#149234) by A. Jiang · 8 days ago
  16. 6391cd2 [libc++][NFC] Remove comments incorrectly added in #151935. by Corentin Jabot · 8 days ago
  17. fc00851 [Clang] Add detailed notes explaining why `is_constructible` evaluates to false (Revert 16d5db7) (#151935) by Corentin Jabot · 8 days ago
  18. e368ae3 [libc++] Optimize copy construction and assignment of __tree (#151304) by Nikolas Klauser · 8 days ago
  19. 6f8fe91 [libc++] Remove SFINAE on __tuple_impl constructors (#151654) by Nikolas Klauser · 8 days ago
  20. adbb4a5 [libc++] Implement comparison operators for `tuple` added in C++23 (#148799) by A. Jiang · 11 days ago