[llvm] [EquivClasses] Introduce members iterator-helper (NFC) (PR #130139)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 6 09:18:58 PST 2025


================
@@ -178,6 +178,9 @@ class EquivalenceClasses {
   member_iterator member_end() const {
     return member_iterator(nullptr);
   }
+  auto members(iterator I) const {
----------------
fhahn wrote:

Could you spell out the type here as is generally preferred in LLVM unless not possible otherwise?

https://github.com/llvm/llvm-project/pull/130139


More information about the llvm-commits mailing list