aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/ms_class_layout.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-19Fix the layout of bitfields in ms_struct unions: theirJohn McCall1-9/+2
2014-02-28-fdump-record-layouts: Sort nvbases by offset before printing themReid Kleckner1-2/+2
2014-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt1-7/+7
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg1-1/+1
2014-01-09[ms-abi] Fixed failing lit test.Warren Hunt1-1/+1
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt1-44/+44
2012-05-01Test verified.John McCall1-1/+0
2012-05-01Add a disclaimer to the new test, plus a user-declared ctorJohn McCall1-1/+2
2012-05-01Add support for laying out vtordisps according to our currentJohn McCall1-0/+173
2011-12-01Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov.Eli Friedman1-0/+8
2011-11-08Fix the layout of vb-tables and vf-tables in the MS C++ ABI.John McCall1-7/+105
2011-10-21Add tests for CodeGen types in MS ABI. Based on patch by r4start.Eli Friedman1-1/+19
2011-10-21More ASTRecordLayout changes for MS ABI; based on patch by r4start.Eli Friedman1-19/+34
2011-10-18Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi...Eli Friedman1-4/+24
2011-09-27Some changes to improve compatibility for MSVC-style C++ struct layout. Patch...Eli Friedman1-0/+176