shafik added inline comments.

================
Comment at: lldb/source/DataFormatters/StringPrinter.cpp:544
   bool is_truncated = false;
   const auto max_size = 
process_sp->GetTarget().GetMaximumSizeOfStringSummary();
 
----------------
Why not just make this `uint32_t` making this `auto` gains us nothing but now I 
am left wondering do the types match later on when we use `max_size`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68010/new/

https://reviews.llvm.org/D68010



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to