[Lldb-commits] [PATCH] D51557: Replace uses of LazyBool with LazyBool template

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 31 14:02:32 PDT 2018


davide added inline comments.


================
Comment at: include/lldb/DataFormatters/ValueObjectPrinter.h:146
+
+#define LLDB_VOP ValueObjectPrinter
+  LazyBoolMember<LLDB_VOP, &LLDB_VOP::UpdateShouldPrint> m_should_print;
----------------
can you typedef?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51557





More information about the lldb-commits mailing list