summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ms-abi] Refactoring Non-virtual base layout in record layoutWarren Hunt2013-12-121-1/+24
| | | | | | | | | This refactor addresses bugzilla bug 18167 and simplifies the code at the same time. Also I add a test case for the bug. Also I make a non-functional change to the basic layout lit tests to make them more reliable (using CHECK-NEXT instead of CHECK). llvm-svn: 197183
* Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt2013-10-231-0/+266
| | | | | | | | | it. Also removes all of the microsoft C++ ABI related code from the itanium layout builder. Differential Revision: http://llvm-reviews.chandlerc.com/D2003 llvm-svn: 193290
* Fixing stdout/stderr interleaving in lit test.Warren Hunt2013-10-141-1/+1
| | | | llvm-svn: 192625
* Lit tests for Microsoft C++ record layout.Warren Hunt2013-10-141-0/+469
They weren't added with the rest of the microsoft record layout patch due me not doing svn add. llvm-svn: 192612
OpenPOWER on IntegriCloud