[Lldb-commits] [lldb] [lldb] Fix the semantics of SupportFile equivalence (PR #95606)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 17 01:23:10 PDT 2024
labath wrote:
> Thanks for the overwhelming support :-)
I hate to ruin a party, but I don't think this is a good use of `operator==`, precisely because it does not define an equivalence relation (it's not transitive). Might I suggest named function instead? `IsCompatible` ?
https://github.com/llvm/llvm-project/pull/95606
More information about the lldb-commits
mailing list