[Lldb-commits] [PATCH] D35036: switch on enum should be exhaustive and warning-free
Tim Hammerquist via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 10 17:20:24 PDT 2017
penryu requested review of this revision.
penryu added a comment.
This revision is now accepted and ready to land.
I need to learn more about the number formatters before I make more significant changes than those below. As written currently, it leaves the logic intact and resolves the warning. One step closer to warning-free LLDB!
https://reviews.llvm.org/D35036
More information about the lldb-commits
mailing list