[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:26 PDT 2025
    
    
  
================
@@ -121,6 +137,8 @@ class OutputBuffer {
   OutputBuffer &prepend(std::string_view R) {
     size_t Size = R.size();
 
+    notifyInsertion(/*Position=*/0, /*Count=*/Size);
----------------
Michael137 wrote:
done
https://github.com/llvm/llvm-project/pull/133249
    
    
More information about the libcxx-commits
mailing list