aprantl added inline comments.

================
Comment at: include/llvm/BinaryFormat/Minidump.h:26
+
+struct Header {
+  static constexpr uint32_t MagicSignature = 0x504d444d; // PMDM
----------------
Can you please make sure to Doxygen-ify all the public headers?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59291



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

Reply via email to