aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/class-layout.cpp
AgeCommit message (Expand)Author
2012-04-27Add a missing check in CodeGen of packed classes with vtables. <rdar://probl...Eli Friedman
2011-10-07Record layout requires not just a definition, but a completeJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-04-17Use the right type name.Anders Carlsson
2011-04-17When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson
2010-12-05Put each test in class-layout.cpp into a separate namespace.Anders Carlsson
2010-05-05Use a more appropriate LLVM type for the vtable pointer.Anders Carlsson
2009-12-16Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08No need to add tail padding if the resulting LLVM struct type will have the s...Anders Carlsson
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-27Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ...Anders Carlsson