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

Thanks, yes. I agree that the duplication is not ideal, and I think it'd be 
fine to add a few more virtual function calls if it reduces the duplication, 
but this extension to the demangler looks nice and clean now.

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