jimingham
jimingham
lldb does support colored output - there's actually dedicated syntax for it in the frame & thread format, and people have been adding color code in other cases where it...
> On Oct 17, 2022, at 11:20 PM, Pavel Labath ***@***.***> wrote: > > > I'd actually say that simplified template names are the best way to fix this problem....
Filtering them in the File & Line resolver seems fine to me. However, there needs to be a `virtual Language::RemoveInvalidSourceLineMatches` or something like that which does nothing. Then your function...
You should probably also do the generic stuff on the llvm.org version, cherry-pick that and add your implementation so we don't end up with more diffs on the swift side.
This is a general feature, where the compiler is emitting some debug information that for its own internal reasons it wishes it could manage not to emit, but can't. OTOH,...
@swift-ci please test
@swift-ci please test
If you knew that the category you were adding the summary to only supported the swift language, then you could force the EscapeStyle to swift on the summary string formatters...
@swift-ci please test
I'll have to patch this further, the swift/C++ interop is doing a cast from a smaller to a larger type, so I have to make it not do that.