[Lldb-commits] [lldb] [LLDB][Data Formatters] Calculate average and total time for summary providers within lldb (PR #102708)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 13 22:49:01 PDT 2024
================
@@ -602,7 +602,7 @@ bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr,
actual_options.SetLanguage(GetPreferredDisplayLanguage());
// this is a hot path in code and we prefer to avoid setting this string all
- // too often also clearing out other information that we might care to see in
+ // too often also clearing out other information that we might care` to see in
----------------
clayborg wrote:
remove this extra character that was added
https://github.com/llvm/llvm-project/pull/102708
More information about the lldb-commits
mailing list