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

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 4 11:22:11 PDT 2022


shafik added inline comments.


================
Comment at: lldb/unittests/Utility/StructuredDataTest.cpp:41
+  object_sp->GetDescription(S);
+  EXPECT_EQ(0, S.GetSize());
+}
----------------
When doing a build I am seeing:

```
warning: comparison of integers of different signs: 'const int' and 'const unsigned long' [-Wsign-compare]
```


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