[Lldb-commits] [PATCH] D51445: Remove undefined behavior around the use of StateType
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 31 08:20:42 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Thanks! I assume there is a whole bunch of other enums for which we should be doing the same thing now?
Also there might be some 1-based ones for which we also need to check the lower bound.
https://reviews.llvm.org/D51445
More information about the lldb-commits
mailing list