Skip to content
Commit e1a6a0e0 authored by Chad Rosier's avatar Chad Rosier
Browse files

Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment.

This fixes cases where the anonymous bitfield is followed by a bitfield member.
E.g.,
struct t4
{
 char foo;
 long : 0;
 char bar : 1;
};

rdar://9859156

llvm-svn: 136991
parent 76ea84ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment