Add llvm::enumerate() range adapter.
This allows you to enumerate over a range using a range-based for while the return type contains the index of the enumeration. Differential revision: https://reviews.llvm.org/D25124 llvm-svn: 283337
Loading
Please sign in to comment