[all-commits] [llvm/llvm-project] 46c174: [libcxx] modifies `_CmpUnspecifiedParam` ignore ty...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Wed May 12 17:46:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46c17429bc86dc5ccddb5512b77bd1ede39c9ccd
      https://github.com/llvm/llvm-project/commit/46c17429bc86dc5ccddb5512b77bd1ede39c9ccd
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M libcxx/include/compare
    M libcxx/test/std/language.support/cmp/cmp.categories.pre/zero_type.verify.cpp
    M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp

  Log Message:
  -----------
  [libcxx] modifies `_CmpUnspecifiedParam` ignore types outside its domain

D85051's honeypot solution was a bit too aggressive swallowed up the
comparison types, which made comparing objects of different ordering
types ambiguous.

Depends on D101707.

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




More information about the All-commits mailing list