[all-commits] [llvm/llvm-project] 152bda: [libc++] Replace the last uses of __tuple_types wi...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Mon Nov 10 01:09:37 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 152bda726958c45be709270bc8a5e1fda642f375
      https://github.com/llvm/llvm-project/commit/152bda726958c45be709270bc8a5e1fda642f375
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-11-10 (Mon, 10 Nov 2025)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__tuple/tuple_size.h
    R libcxx/include/__tuple/tuple_types.h
    M libcxx/include/module.modulemap.in
    M libcxx/include/tuple

  Log Message:
  -----------
  [libc++] Replace the last uses of __tuple_types with __type_list (#167214)

`__tuple_types` is at this point just a `__type_list` with a weird name,
so we can just replace the few places it's still used.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list