Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the layout of bitfields in ms_struct unions: their | John McCall | 2015-08-19 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | alignment is ignored, and they always allocate a complete storage unit. Also, change the dumping of AST record layouts: use the more readable C++-style dumping even in C, include bitfield offset information in the dump, and don't print sizeof/alignof information for fields of record type, since we don't do so for bases or other kinds of field. rdar://22275433 llvm-svn: 245514 | ||||
* | Test case B: fixed check rule | Evgeny Astigeevich | 2014-10-21 | 1 | -1/+1 |
| | | | | llvm-svn: 220272 | ||||
* | Test case B is updated to work for 32-bit and 64-bit platforms | Evgeny Astigeevich | 2014-10-21 | 1 | -3/+3 |
| | | | | llvm-svn: 220271 | ||||
* | Commit to test commit access | Evgeny Astigeevich | 2014-10-20 | 1 | -0/+1 |
| | | | | llvm-svn: 220189 | ||||
* | clang/test/Layout/itanium-union-bitfield.cpp: Appease i686. | NAKAMURA Takumi | 2014-10-19 | 1 | -3/+2 |
| | | | | llvm-svn: 220166 | ||||
* | D5775: The new test case was missing from the preceding commit. | Artyom Skrobov | 2014-10-17 | 1 | -0/+29 |
llvm-svn: 220032 |