summaryrefslogtreecommitdiff
path: root/clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2021-03-09[Clang][Sema] Warn when function argument is less aligned than parameterTomas Matheson
2021-02-22Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2021-02-18Revert "Modify TypePrinter to differentiate between anonymous struct and unna...Shafik Yaghmour
2021-02-18Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
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