teemperor requested changes to this revision.
teemperor added a comment.
This revision now requires changes to proceed.

I think the proper fix here is to warn about BOOL bitfields with size 1 if BOOL 
is a typedef for signed char. I can make a Clang warning for that. I guess on 
the LLDB side we should make it clear that BOOL here has an invalid value (and 
then print the int value as we currently do)?


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

https://reviews.llvm.org/D93421

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to