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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to