[Lldb-commits] [PATCH] D131460: [LLDB] Remove undefined behavior in TestConstStaticIntegralMember.py
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 9 01:24:39 PDT 2022
DavidSpickett added a comment.
Just looking at the test I think the main thing this removes is checking that we can show an enum as a combination of more than one value plus some extra number (invalid_scoped_enum_val is only one valid name plus extra).
Thanks for bringing this to our attention. I'm guessing that the formatting code is the same for scoped/non scoped or non typed so I'll add an extra test for the typed enum to cover the multiple values case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131460/new/
https://reviews.llvm.org/D131460
More information about the lldb-commits
mailing list