[Lldb-commits] [PATCH] D23545: Minidump parsing
Dimitar Vlahovski via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 2 04:11:08 PDT 2016
dvlahovski added inline comments.
================
Comment at: lldb/trunk/source/Plugins/Process/minidump/MinidumpParser.cpp:146
@@ +145,3 @@
+ break;
+ }
+
----------------
labath wrote:
> You have a "enumeration not handled in a switch" warning here. Could you do something about that?
Yes, I fixed it locally. Will submit it with the next CL. :)
Repository:
rL LLVM
https://reviews.llvm.org/D23545
More information about the lldb-commits
mailing list