[Lldb-commits] [PATCH] D73766: [RFC] Make substrs argument to self.expect ordered by default.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 01:00:20 PST 2020
labath added a comment.
I think this is great, but do we really need the extra `ordered` argument for this? If you just fix the order of everything beforehand, then the switch to an ordered mode can be a no-op.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73766/new/
https://reviews.llvm.org/D73766
More information about the lldb-commits
mailing list