[all-commits] [llvm/llvm-project] 4cdeb7: [libc++] Remove guards for builtins for reference ...

A. Jiang via All-commits all-commits at lists.llvm.org
Tue Nov 4 15:25:21 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cdeb7d292bf28d2be22eb2e3870d0389dc6c860
      https://github.com/llvm/llvm-project/commit/4cdeb7d292bf28d2be22eb2e3870d0389dc6c860
  Author: A. Jiang <de34 at live.cn>
  Date:   2025-11-05 (Wed, 05 Nov 2025)

  Changed paths:
    M libcxx/include/__type_traits/reference_constructs_from_temporary.h
    M libcxx/include/__type_traits/reference_converts_from_temporary.h
    M libcxx/include/tuple
    M libcxx/test/libcxx/type_traits/no_specializations.verify.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/reference_constructs_from_temporary.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/reference_converts_from_temporary.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp

  Log Message:
  -----------
  [libc++] Remove guards for builtins for reference binding traits (#166288)

We're only supporting Clang 20+ and Apple Clang 17 now, where these
builtins are universally implemented.



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