[PATCH] D69417: [ADT] add equality operator for SmallSet

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 08:30:40 PDT 2019


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM, with the optional nit.

Given that we already have operator== implemented for other containers with similar complexity, adding it to smallset should be fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69417





More information about the llvm-commits mailing list