File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
lldb/include/lldb/Utility Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -260,16 +260,8 @@ class Stream {
260260 // / \param[in] text
261261 // / The string to be output to the stream.
262262 // /
263- // / \param[in] pattern
264- // / The regex pattern to match against the \a text string. Portions of \a
265- // / text matching this pattern will be colorized. If this parameter is
266- // / nullptr, highlighting is not performed.
267- // / \param[in] prefix
268- // / The ANSI color code to start colorization. This is
269- // / environment-dependent.
270- // / \param[in] suffix
271- // / The ANSI color code to end colorization. This is
272- // / environment-dependent.
263+ // / \param[in] settings
264+ // / Optional print hilight settings.
273265 void PutCStringColorHighlighted (
274266 llvm::StringRef text,
275267 std::optional<HighlightSettings> settings = std::nullopt );
You can’t perform that action at this time.
0 commit comments