[Lldb-commits] [PATCH] D135547: [lldb/Utility] Add GetDescription(Stream&) to StructureData::*

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 4 11:24:48 PDT 2022


mib added inline comments.


================
Comment at: lldb/unittests/Utility/StructuredDataTest.cpp:41
+  object_sp->GetDescription(S);
+  EXPECT_EQ(0, S.GetSize());
+}
----------------
shafik wrote:
> When doing a build I am seeing:
> 
> ```
> warning: comparison of integers of different signs: 'const int' and 'const unsigned long' [-Wsign-compare]
> ```
I'll fix that! Thanks @shafik :) !


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135547



More information about the lldb-commits mailing list