[Lldb-commits] [lldb] [lldb] refactor highlighting function for image lookup command (PR #76112)
José Lira Junior via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 19 06:33:11 PST 2024
================
@@ -260,10 +271,9 @@ class Stream {
/// The ANSI color code to end colorization. This is
/// environment-dependent.
- void PutCStringColorHighlighted(llvm::StringRef text,
- llvm::StringRef pattern = "",
- llvm::StringRef prefix = "",
- llvm::StringRef suffix = "");
+ void PutCStringColorHighlighted(
+ llvm::StringRef text,
+ std::optional<HighlightSettings> pattern_info = std::nullopt);
----------------
junior-jl wrote:
✅
https://github.com/llvm/llvm-project/pull/76112
More information about the lldb-commits
mailing list