[Lldb-commits] [PATCH] D13657: [lldb] char summary provider

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 14 10:53:47 PDT 2015


granata.enrico added inline comments.

================
Comment at: source/API/SBTypeSummary.cpp:155
@@ +154,3 @@
+                   new CXXFunctionSummaryFormat(options, 
+                       [cb] (ValueObject& valobj, Stream& stm, const TypeSummaryOptions& opt) -> bool {
+                            SBStream stream;
----------------
Should we check for cb != null here?


http://reviews.llvm.org/D13657





More information about the lldb-commits mailing list