[all-commits] [llvm/llvm-project] ae9990: [libc++] Remove dead code from <type_traits> (#143...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Jul 2 12:49:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae9990ed965118e7274a52399b43e3b9fb419a54
      https://github.com/llvm/llvm-project/commit/ae9990ed965118e7274a52399b43e3b9fb419a54
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M libcxx/include/__type_traits/add_lvalue_reference.h
    M libcxx/include/__type_traits/add_pointer.h
    M libcxx/include/__type_traits/add_rvalue_reference.h
    M libcxx/include/__type_traits/decay.h
    M libcxx/include/__type_traits/has_unique_object_representation.h
    M libcxx/include/__type_traits/is_array.h
    M libcxx/include/__type_traits/is_const.h
    M libcxx/include/__type_traits/is_pointer.h
    M libcxx/include/__type_traits/is_volatile.h
    M libcxx/include/__type_traits/remove_all_extents.h
    M libcxx/include/__type_traits/remove_extent.h

  Log Message:
  -----------
  [libc++] Remove dead code from <type_traits> (#143854)

Since we've upgraded to GCC 15 now, we can remove a bunch of dead code
from `<type_traits>`.



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