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

Amirreza Ashouri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 09:58:57 PDT 2023


AMP999 added a comment.

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?


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