summaryrefslogtreecommitdiff
path: root/clang/test/Layout/ms-x86-basic-layout.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
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
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman
2014-09-30MS ABI: Correct layout for empty recordsDavid Majnemer
2014-03-24[MS-ABI] Drop Special Layout in 64-bit mode.Warren Hunt
2014-02-25MS ABI: Just use getTypeInfoInChars to get the field sizeReid Kleckner
2014-02-22[MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArraysWarren Hunt
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13[ms-abi] Quick fix layout of an array of recordsReid Kleckner
2014-01-09[ms-abi] Refactor Microsoft Record LayoutWarren Hunt
2013-12-12[ms-abi] Refactoring Non-virtual base layout in record layoutWarren 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