================
@@ -6176,6 +6180,10 @@ struct ManglingParser : 
AbstractManglingParser<ManglingParser<Alloc>, Alloc> {
                                Alloc>::AbstractManglingParser;
 };
 
+inline void OutputBuffer::printLeft(const Node &N) { N.printLeft(*this); }
----------------
Michael137 wrote:

@zygoloid is this what you had in mind? I moved the `TrackingOutputBuffer` into 
LLDB now. That's where all the tracking logic would live. It's a bit 
unfortunate we have to duplicate some of the printing logic there (though at 
least we're only doing it for a couple of nodes)

https://github.com/llvm/llvm-project/pull/133249
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to