[Lldb-commits] [PATCH] D110496: [llvm] [ADT] Add a range/iterator-based split()

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 26 06:07:46 PDT 2021


mgorny added inline comments.


================
Comment at: llvm/lib/IR/DataLayout.cpp:219
 /// Checked version of split, to ensure mandatory subparts.
-static Error split(StringRef Str, char Separator,
-                   std::pair<StringRef, StringRef> &Split) {
----------------
I needed to rename this due to collision with `llvm::split` class.


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

https://reviews.llvm.org/D110496



More information about the lldb-commits mailing list