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

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 31 14:23:53 PDT 2018


shafik added inline comments.


================
Comment at: include/lldb/DataFormatters/ValueObjectPrinter.h:146
+
+#define LLDB_VOP ValueObjectPrinter
+  LazyBoolMember<LLDB_VOP, &LLDB_VOP::UpdateShouldPrint> m_should_print;
----------------
davide wrote:
> can you typedef?
I feel like using ... = is cleaner


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51557





More information about the lldb-commits mailing list