[Lldb-commits] [PATCH] D70932: [EditLine] Fix RecallHistory that makes it move in the opposite direction.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 04:41:31 PST 2019


teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

Yes, multiline expressions use this code, but I don't see any functional change in this patch that could be tested? It seems to only change the bool to an enum so that we can pass in Swift `Newer`/`Older` instead of cryptic `true`/`false` (and the actual fix is swapping this in swift-lldb).

Anyway, I added a test for going up/down in multiline expressions in rG4821d2a014e02b14223676c98b2ef5244eb91da8 <https://reviews.llvm.org/rG4821d2a014e02b14223676c98b2ef5244eb91da8>. As this seems NFC and the changed  code is now tested, this can land.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D70932





More information about the lldb-commits mailing list