summaryrefslogtreecommitdiff
path: root/clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the layout of bitfields in ms_struct unions: theirJohn McCall2015-08-191-24/+0
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-2/+2
* [MS-ABI] Fixed alias-avoidance padding in the presence of vtordispsWarren Hunt2014-04-111-0/+31
* [MS-ABI] Fix to vbptr injection site calculation.Warren Hunt2014-04-101-108/+108
* [MS-ABI] Update to alias-avoidance paddingWarren Hunt2014-04-091-0/+260
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-4/+4
* MS ABI: Fix some layout testsDavid Majnemer2014-02-031-14/+14
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [ms-abi] Leading VFPtrs don't suppress the leading zero sized flagWarren Hunt2014-01-131-0/+44
* [ms-abi] Adjusting Rules for Padding Between BasesWarren Hunt2014-01-101-7/+69
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-091-70/+94
* [ms-abi] 64-bit fixes for r196549Warren Hunt2013-12-101-3/+3
* [MS-ABI] Fix alias-avoidance padding between basesWarren Hunt2013-12-061-0/+178