[Lldb-commits] [lldb] [llvm] [lldb] Highlight matching keywords in apropos output (PR #194997)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 30 09:52:45 PDT 2026
JDevlieghere wrote:
- Fixed the line wrap issue. I spent some time looking into doing it without a copy, by identifying the matches and then highlighting ranges in the wrapped output. The complexity far outweighed saving a copy.
- Added a release note.
https://github.com/llvm/llvm-project/pull/194997
More information about the lldb-commits
mailing list