[all-commits] [llvm/llvm-project] 70b724: [libc++] Prepare for PR #134330 by migrating to st...

Vinay Deshmukh via All-commits all-commits at lists.llvm.org
Tue Feb 10 03:39:35 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70b7245990ef14987ff88a78727b470e9f0e3224
      https://github.com/llvm/llvm-project/commit/70b7245990ef14987ff88a78727b470e9f0e3224
  Author: Vinay Deshmukh <vinay_deshmukh at outlook.com>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M libcxx/include/__tree

  Log Message:
  -----------
  [libc++] Prepare for PR #134330 by migrating to std::__static_fancy_pointer_cast (#180546)

To reduce the noise in #134330 for `libcxx/include/__tree`, we migrate
from certain `static_cast` to `std::__static_fancy_pointer_cast` in this
separate patch.

This change is needed to properly work with fancy pointers like
`min_pointer` during constant evaluation for `std::map`

Co-authored-by: Joseph Huber <huberjn at outlook.com>



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