[Lldb-commits] [PATCH] D110535: [llvm] [ADT] Update llvm::Split() per Pavel Labath's suggestions
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 28 22:47:31 PDT 2021
mgorny added a comment.
In D110535#3028450 <https://reviews.llvm.org/D110535#3028450>, @joerg wrote:
> Why are all the changes from separator character to separator string necessary or desirable?
Because otherwise we'd have to resort to hacks to extend the separator's lifetime.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110535/new/
https://reviews.llvm.org/D110535
More information about the lldb-commits
mailing list