mib marked 7 inline comments as done.
mib added inline comments.

================
Comment at: lldb/source/Target/StackFrameRecognizer.cpp:64-72
+    m_recognizers.push_front({(uint32_t)m_recognizers.size(),
+                              false,
+                              recognizer,
+                              true,
+                              ConstString(),
+                              module,
+                              {},
----------------
friss wrote:
> Is this really the clang-format formatting?
It is but I'll change it back to be more compact.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76188



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

Reply via email to