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