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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits