[all-commits] [llvm/llvm-project] 0b57d4: [libc++][NFC] Move __insertion_sort_move to partia...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Mar 29 06:50:00 PDT 2023


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

  Changed paths:
    M libcxx/include/__algorithm/sort.h
    M libcxx/include/__algorithm/stable_sort.h

  Log Message:
  -----------
  [libc++][NFC] Move __insertion_sort_move to partial_sort.h

The __insertion_sort_move helper function is only used in partial_sort.h,
so it makes sense to define it there.

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




More information about the All-commits mailing list