[Lldb-commits] [PATCH] D67520: Add pretty printing of Clang "bitfield" enums

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 14:16:20 PDT 2019


jingham added a comment.

Your description says that if there are bits not belonging to the enum, you will print them after the enum values are listed.  But you don't have a test for that.  I thought you were going to use the "nonsense" var for that, but then you didn't...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67520/new/

https://reviews.llvm.org/D67520





More information about the lldb-commits mailing list