[PATCH] D16788: PS4 ABI Round 2. Actual PS4 code.
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 10:17:00 PST 2016
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
More information about the cfe-commits
mailing list