[all-commits] [llvm/llvm-project] 14c522: [libc++][NFC] Use std::malloc and std::free instea...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Mar 10 11:44:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14c5227c412059ec1b1ada7ba3b88f7152e34e99
      https://github.com/llvm/llvm-project/commit/14c5227c412059ec1b1ada7ba3b88f7152e34e99
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared_for_overwrite.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.default_init.pass.cpp

  Log Message:
  -----------
  [libc++][NFC] Use std::malloc and std::free instead of unqualified versions in tests

Differential Revision: https://reviews.llvm.org/D145789




More information about the All-commits mailing list