mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 18:46:05 +00:00

We expose the fact that we rely on unsigned wrapping to iterate through all indexes. This can be confusing. Rather, keeping it as an implementation detail through an iterator is less confusing and is less code. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D110885