summaryrefslogtreecommitdiff
path: root/test/Layout/ms-x86-alias-avoidance-padding.cpp
AgeCommit message (Expand)Author
2015-08-19Fix the layout of bitfields in ms_struct unions: theirJohn McCall
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman
2014-04-11[MS-ABI] Fixed alias-avoidance padding in the presence of vtordispsWarren Hunt
2014-04-10[MS-ABI] Fix to vbptr injection site calculation.Warren Hunt
2014-04-09[MS-ABI] Update to alias-avoidance paddingWarren Hunt
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-02-03MS ABI: Fix some layout testsDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13[ms-abi] Leading VFPtrs don't suppress the leading zero sized flagWarren Hunt
2014-01-10[ms-abi] Adjusting Rules for Padding Between BasesWarren Hunt
2014-01-09[ms-abi] Refactor Microsoft Record LayoutWarren Hunt
2013-12-10[ms-abi] 64-bit fixes for r196549Warren Hunt
2013-12-06[MS-ABI] Fix alias-avoidance padding between basesWarren Hunt