================
@@ -2074,6 +2076,64 @@ static const Definition *FindEntry(const llvm::StringRef
&format_str,
return parent;
}
+/// Parses a single highlighting format specifier.
+///
+/// Example syntax for such specifier:
+/// \code
+/// ${function.name-with-args:%highlight_basename(ansi.fg.green)}
----------------
Michael137 wrote:
The tricky part here is how to handle things like function reference/CV
qualifiers (do we have a dedicated variable for those too? are they part of the
argument list?)
And how do we handle some of the more exotic function type syntax (e.g.,
functions returning function pointers).
https://github.com/llvm/llvm-project/pull/131836
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits