[PATCH] D135964: [clang][dataflow] Add `operator==` for `Value` type.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 09:24:43 PDT 2022


xazax.hun added a comment.

In D135964#3858706 <https://reviews.llvm.org/D135964#3858706>, @ymandel wrote:

> Reviewers: I'm inclined towards a method vs overloaded operator. Please let me know.

I don't have a strong preference. But in case we come up with multiple kinds of equalities (see my comment about the properties) methods might work better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135964



More information about the cfe-commits mailing list