[all-commits] [llvm/llvm-project] df78e2: [libc++] Use __is_address_in_range in vector (#139...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri May 9 12:45:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df78e288c3f33355e03e1741b883a96166f9e72c
      https://github.com/llvm/llvm-project/commit/df78e288c3f33355e03e1741b883a96166f9e72c
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M libcxx/include/__vector/vector.h

  Log Message:
  -----------
  [libc++] Use __is_address_in_range in vector (#139032)

This avoids a branch in `vector`s code on whether we're constant
evaluating, which improves our coverage of constant-evaluated code.



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