[Lldb-commits] [lldb] [lldb] Make sure completions don't end with newlines (PR #117054)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 07:28:27 PST 2024
https://github.com/labath approved this pull request.
Okay, so you're saying that we could hit this if we're completing an expression (variable name) and a particularly evil compiler puts a newline into the name. Makes sense, sort of.
https://github.com/llvm/llvm-project/pull/117054
More information about the lldb-commits
mailing list