summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/ms-x86-basic-layout.cpp
Commit message (Expand)AuthorAgeFilesLines
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-2/+2
* MS ABI: Correct layout for empty recordsDavid Majnemer2014-09-301-0/+32
* [MS-ABI] Drop Special Layout in 64-bit mode.Warren Hunt2014-03-241-60/+60
* MS ABI: Just use getTypeInfoInChars to get the field sizeReid Kleckner2014-02-251-0/+17
* [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArraysWarren Hunt2014-02-221-1/+18
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [ms-abi] Quick fix layout of an array of recordsReid Kleckner2014-01-131-1/+17
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-091-12/+12
* [ms-abi] Refactoring Non-virtual base layout in record layoutWarren Hunt2013-12-121-530/+548
* Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt2013-10-231-1/+288
* Lit tests for Microsoft C++ record layout.Warren Hunt2013-10-141-0/+488
OpenPOWER on IntegriCloud