[Lldb-commits] [PATCH] D35036: switch on enum should be exhaustive and warning-free

Stephane Sezer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 5 22:34:06 PDT 2017


sas added a comment.

Putting that check in an inline function instead of doing ad-hoc validation in the call-site seems better indeed.


https://reviews.llvm.org/D35036





More information about the lldb-commits mailing list