[libcxx-commits] [libcxxabi] [llvm] [ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer (PR #133249)

Richard Smith via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 16 11:58:25 PDT 2025


================
@@ -161,14 +179,20 @@ class OutputBuffer {
     DEMANGLE_ASSERT(Pos <= CurrentPosition, "");
     if (N == 0)
       return;
+
+    notifyInsertion(Pos, N);
----------------
zygoloid wrote:

(Likewise.)

https://github.com/llvm/llvm-project/pull/133249


More information about the libcxx-commits mailing list