[PATCH] D110535: [llvm] [ADT] Update llvm::Split() per Pavel Labath's suggestions
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 00:22:16 PDT 2021
mgorny added a comment.
In D110535#3047033 <https://reviews.llvm.org/D110535#3047033>, @joerg wrote:
> 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?
I can but @labath didn't want the extra code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110535/new/
https://reviews.llvm.org/D110535
More information about the llvm-commits
mailing list