summaryrefslogtreecommitdiff
path: root/clang/test/Layout/ms-x86-empty-virtual-base.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-03-09[Clang][Sema] Warn when function argument is less aligned than parameterTomas Matheson
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-03-24[MS-ABI] Drop Special Layout in 64-bit mode.Warren Hunt
2014-02-21[MS-ABI] Update to zero-sized padding algorithmWarren Hunt
2014-02-15MS ABI: Fix some layout testsDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-09[ms-abi] Refactor Microsoft Record LayoutWarren Hunt
2013-12-10[ms-abi] 64-bit fixes for r196549Warren Hunt
2013-10-23Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt
2013-10-14Lit tests for Microsoft C++ record layout.Warren Hunt