summaryrefslogtreecommitdiff
path: root/test/SemaCXX/class-layout.cpp
Commit message (Expand)AuthorAge
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-19
* Turn on the new empty base subobject tracking code. It's a bit faster than th...Anders Carlsson2010-05-30
* Rework the way virtual primary bases are added when laying out classes. Inste...Anders Carlsson2010-05-29
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-29
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* When laying out bitfields, make sure that the data size is always aligned to ...Anders Carlsson2009-11-22
* Temporary band-aid for handling empty classes somewhat better.Anders Carlsson2009-09-17
* Add two more tests.Anders Carlsson2009-07-28
* Handle layout of non-virtual base classes.Anders Carlsson2009-07-19