summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms_class_layout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the layout of bitfields in ms_struct unions: theirJohn McCall2015-08-191-9/+2
* -fdump-record-layouts: Sort nvbases by offset before printing themReid Kleckner2014-02-281-2/+2
* Complete Rewrite of CGRecordLayoutBuilderWarren Hunt2014-02-211-7/+7
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* [ms-abi] Fixed failing lit test.Warren Hunt2014-01-091-1/+1
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-111-44/+44
* Test verified.John McCall2012-05-011-1/+0
* Add a disclaimer to the new test, plus a user-declared ctorJohn McCall2012-05-011-1/+2
* Add support for laying out vtordisps according to our currentJohn McCall2012-05-011-0/+173
* Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov.Eli Friedman2011-12-011-0/+8
* Fix the layout of vb-tables and vf-tables in the MS C++ ABI.John McCall2011-11-081-7/+105
* Add tests for CodeGen types in MS ABI. Based on patch by r4start.Eli Friedman2011-10-211-1/+19
* More ASTRecordLayout changes for MS ABI; based on patch by r4start.Eli Friedman2011-10-211-19/+34
* Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doi...Eli Friedman2011-10-181-4/+24
* Some changes to improve compatibility for MSVC-style C++ struct layout. Patch...Eli Friedman2011-09-271-0/+176
OpenPOWER on IntegriCloud