summaryrefslogtreecommitdiff
path: root/clang/test/Layout/ms-x86-pack-and-align.cpp
Commit message (Expand)AuthorAgeFilesLines
* Non-zero-length bit-fields make a class non-empty.Richard Smith2018-05-071-12/+12
* Fix the layout of bitfields in ms_struct unions: theirJohn McCall2015-08-191-54/+26
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-2/+2
* PR6037Nathan Sidwell2015-01-191-2/+2
* MS ABI: Correct layout for empty recordsDavid Majnemer2014-09-301-0/+34
* AST: Propagate 'AlignIsRequired' though many levels of typedefsDavid Majnemer2014-08-041-0/+29
* MS ABI: Consider alignment attributes on typedefs for layoutDavid Majnemer2014-07-301-0/+91
* MS ABI: Padding injected between empty vbases doesn't up required alignDavid Majnemer2014-07-171-0/+57
* MS ABI: Up the required alignment after inserting padding between vbasesDavid Majnemer2014-07-161-0/+55
* [MS-ABI] Update virtual base padding rules to match MSVC 10+Warren Hunt2014-04-111-4/+4
* [MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.Warren Hunt2014-04-101-14/+153
* MS ABI: Fix some layout testsDavid Majnemer2014-02-151-14/+11
* MS ABI: vptr injection should obey alignment requirementsDavid Majnemer2014-02-121-0/+45
* MS ABI: Fix some layout testsDavid Majnemer2014-02-031-8/+8
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [ms-abi] Small Change to pack+alignment interaction.Warren Hunt2014-01-141-0/+23
* [ms-abi] Reordering __declspec(align) pragma pack handlingWarren Hunt2014-01-131-2/+31
* [ms-abi] Change the way alignment is trackedWarren Hunt2014-01-111-2/+34
* [ms-abi] Handle __declspec(align) on bitfields "properly"Warren Hunt2014-01-101-1/+116
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-091-80/+92
* [ms-abi] Fixes improperly sized vfptrs with pragma packWarren Hunt2013-12-261-1/+35
* [ms-abi] Makes Virtual Base Alignment Look at All Virtual BasesWarren Hunt2013-12-111-1/+26
* Support MS-ABI's concept of "Required Alignment" imposed by Warren Hunt2013-12-061-0/+120