[all-commits] [llvm/llvm-project] a7d084: [libc++] [compare] Rip out more vestiges of *_equa...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue Sep 28 09:26:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7d084a18de736e0ed750c67c5851fa6b2a085f5
      https://github.com/llvm/llvm-project/commit/a7d084a18de736e0ed750c67c5851fa6b2a085f5
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-09-28 (Tue, 28 Sep 2021)

  Changed paths:
    M libcxx/include/__compare/ordering.h

  Log Message:
  -----------
  [libc++] [compare] Rip out more vestiges of *_equality. NFCI.

There's really no reason to even have two different enums here,
but *definitely* we shouldn't have *three*, and they don't need
so many synonymous enumerator values.

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




More information about the All-commits mailing list