[all-commits] [llvm/llvm-project] 811b5f: [libc++][NFC] Simplify __sort{4, 5}

philnik777 via All-commits all-commits at lists.llvm.org
Tue Feb 21 10:42:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 811b5f52adcbbff5609d14d70a165a2dde654672
      https://github.com/llvm/llvm-project/commit/811b5f52adcbbff5609d14d70a165a2dde654672
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

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

  Log Message:
  -----------
  [libc++][NFC] Simplify __sort{4,5}

Don't return the number of swaps; it's not used anywhere.

Reviewed By: Mordante, #libc, avogelsgesang

Spies: libcxx-commits

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




More information about the All-commits mailing list