teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land.
LGTM, thanks! ================ Comment at: lldb/source/Expression/REPL.cpp:460 sub_result.GetMatches(matches); + // Prepend command prefix that was excluded in the completion request + if (request.GetCursorIndex() == 0) { ---------------- Nit: Missing `.` at the end of the comment, but I'll fix that when landing. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82835/new/ https://reviews.llvm.org/D82835 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits