[Lldb-commits] [PATCH] D137191: [lldb] Add information on type systems to statistics dump command

Thorsten via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 2 01:08:41 PDT 2022


tschuett added inline comments.


================
Comment at: lldb/include/lldb/Core/Module.h:818
 
+  void ForEachTypeSystem(llvm::function_ref<bool(TypeSystem *)> const &callback);
+
----------------
Nit: the `const &`is redundant. It is a function reference.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137191/new/

https://reviews.llvm.org/D137191



More information about the lldb-commits mailing list