================
@@ -83,6 +99,127 @@ class OutputBuffer {
return std::string_view(Buffer, CurrentPosition);
}
+ // Stores information about parts of a demangled function name.
----------------
adrian-prantl wrote:```suggestion /// Stores information about parts of a demangled function name. ``` https://github.com/llvm/llvm-project/pull/131836 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
