[PATCH] D23325: [WIP] Binding of references to packed fields

Roger Ferrer Ibanez via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 08:14:51 PST 2016


rogfer01 added inline comments.


================
Comment at: include/clang/Basic/Specifiers.h:119-140
   enum ExprObjectKind {
     /// An ordinary object is located at an address in memory.
     OK_Ordinary,
 
     /// A bitfield object is a bitfield on a C or C++ record.
     OK_BitField,
 
----------------
rsmith wrote:
> Wait a second, how did this fit into 2 bits before your change?!
It didn't.

I was also really confused when some unrelated Obj-C tests started failing after this change.


https://reviews.llvm.org/D23325





More information about the cfe-commits mailing list