History log of /external/clang/test/CodeGenCXX/bitfield-layout.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CodeGenCXX/bitfield-layout.cpp
931a4feb64f18190d189c222d61b2abf52f18ab8 12-Aug-2013 Tim Northover <tnorthover@apple.com> Fix FileCheck --check-prefix lines.

Various tests had sprung up over the years which had --check-prefix=ABC on the
RUN line, but "CHECK-ABC:" later on. This happened to work before, but was
strictly incorrect. FileCheck is getting stricter soon though.

Patch by Ron Ofir.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188174 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/bitfield-layout.cpp
6ba38151f7e31d7f9194c8bbb91229cb5ffbb6f4 18-Apr-2010 Anders Carlsson <andersca@mac.com> Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug where assigning to a bit-field member would overwrite other parts of the struct.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101681 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/bitfield-layout.cpp
d62328e6a0fa933e3a5daaf68e4964031e6c5c5e 17-Apr-2010 Anders Carlsson <andersca@mac.com> Unnamed bit-fields in a union should be laid out with a type that doesn't affect alignment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101673 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/bitfield-layout.cpp
de9f153b2348f590151504888c22cb937134cd27 17-Apr-2010 Anders Carlsson <andersca@mac.com> If a wide bit-field is inside a union its offset should always be 0.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101668 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/bitfield-layout.cpp