================
@@ -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