================ @@ -258,6 +258,9 @@ class TypeSummaryImpl { virtual std::string GetDescription() = 0; + virtual ConstString GetName() = 0; + virtual ConstString GetImplType() = 0; ---------------- Michael137 wrote:
Could we use something more descriptive for the name? My expectation from a function called `GetImplType` is that it returns something other than a string, for example, an enum. So maybe something along the lines of `GetSummaryFormatKindName`? https://github.com/llvm/llvm-project/pull/102708 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits