majnemer added a subscriber: majnemer. ================ Comment at: include/clang/Basic/TargetInfo.h:206 @@ +205,3 @@ + /// \brief Whether explicit bit field alignment attributes are honored. + unsigned int UseExplicitBitFieldAlignment : 1; + ---------------- I'd use `unsigned` to match the style of the surrounding code.
http://reviews.llvm.org/D16788 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits