[PATCH] D151625: [clang] Add `clang::equality_operator_compares_members_lexicographically`

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 12:37:32 PDT 2023


aaron.ballman added a comment.

In D151625#4528817 <https://reviews.llvm.org/D151625#4528817>, @AMP999 wrote:

> This attribute is trying to work around an issue with operator== instantiation, but according to https://cpplang.slack.com/archives/C6K47F8TT/p1689107603335019?thread_ts=1689107603.335019&cid=C6K47F8TT the problem is actually a bug in Clang. Shouldn't the Clang bug be fixed instead, so that this attribute won't be needed?

Any chance you can provide some more details about why the problem is a bug in Clang (Slack seems to require signing up in order to see what's behind the link)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151625/new/

https://reviews.llvm.org/D151625



More information about the cfe-commits mailing list