summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms_class_layout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov.Eli Friedman2011-12-011-0/+8
| | | | llvm-svn: 145544
* Fix the layout of vb-tables and vf-tables in the MS C++ ABI.John McCall2011-11-081-7/+105
| | | | | | Based on work by Dmitry Sokolov! llvm-svn: 144072
* Add tests for CodeGen types in MS ABI. Based on patch by r4start.Eli Friedman2011-10-211-1/+19
| | | | llvm-svn: 142697
* More ASTRecordLayout changes for MS ABI; based on patch by r4start.Eli Friedman2011-10-211-19/+34
| | | | llvm-svn: 142694
* Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up ↵Eli Friedman2011-10-181-4/+24
| | | | | | doing this while I was trying to review his patch. llvm-svn: 142325
* Some changes to improve compatibility for MSVC-style C++ struct layout. ↵Eli Friedman2011-09-271-0/+176
Patch from r4start at gmail.com (with some minor modifications by me). llvm-svn: 140623
OpenPOWER on IntegriCloud