[PATCH] D110535: [llvm] [ADT] Update llvm::Split() per Pavel Labath's suggestions

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 18:46:22 PDT 2021


joerg added a comment.

Can't you wrap `iterator_range<T>` and possibly even support Twines like that? That is, don't extend the life time of the iterators, but store it in the range?


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

https://reviews.llvm.org/D110535



More information about the llvm-commits mailing list