[Lldb-commits] [lldb] [lldb] Improve editline completion formatting (PR #116456)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 18 00:59:15 PST 2024
================
@@ -927,12 +927,92 @@ unsigned char Editline::BufferEndCommand(int ch) {
static void
PrintCompletion(FILE *output_file,
llvm::ArrayRef<CompletionResult::Completion> results,
- size_t max_len) {
+ size_t max_completion_length, size_t max_lenght) {
----------------
labath wrote:
```suggestion
size_t max_completion_length, size_t max_length) {
```
https://github.com/llvm/llvm-project/pull/116456
More information about the lldb-commits
mailing list