summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/class-layout.cpp
AgeCommit message (Expand)Author
2024-07-16[clang][CGRecordLayout] Remove dependency on isZeroSize (#96422)Michael Buch
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2014-09-28CodeGen: Don't crash when initializing pointer-to-member fields in basesDavid Majnemer
2014-06-06Fix DOS-style newlines.Eli Bendersky
2014-04-25Fixed Assert In CGRecordLoweringWarren Hunt
2014-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt
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