[cfe-commits] r83328 - /cfe/trunk/lib/CodeGen/CodeGenModule.cpp

Mike Stump mrs at apple.com
Mon Oct 5 16:21:35 PDT 2009


On Oct 5, 2009, at 3:22 PM, Chris Lattner wrote:
> So long as it is guaranteed to be 8.  Does AlignedAttr really  
> maintain its alignment in bits??

   /// getAlignment - The specified alignment in bits.
   unsigned getAlignment() const { return Alignment; }

:-)  Oh, the joy of it all.



More information about the cfe-commits mailing list