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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits