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

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 17 02:12:21 PDT 2025


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

done

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


More information about the libcxx-commits mailing list