[all-commits] [llvm/llvm-project] c7259f: [libc++][libc++abi] Merge the operator new impleme...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri Aug 7 01:47:10 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7259fcd5f8713aa96e50fec24b95abec3478d81
      https://github.com/llvm/llvm-project/commit/c7259fcd5f8713aa96e50fec24b95abec3478d81
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2026-08-07 (Fri, 07 Aug 2026)

  Changed paths:
    M libcxx/src/new.cpp
    A libcxx/src/support/new.ipp
    M libcxxabi/src/stdlib_new_delete.cpp

  Log Message:
  -----------
  [libc++][libc++abi] Merge the operator new implementations into a shared file (#213427)

Instead of copying the code around we can simply share a file that
actually implements operator new/delete and include that file in the two
places that need the definitions.



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