summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/class-layout.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Don't crash when initializing pointer-to-member fields in basesDavid Majnemer2014-09-281-1/+1
* Fix DOS-style newlines.Eli Bendersky2014-06-061-5/+5
* Fixed Assert In CGRecordLoweringWarren Hunt2014-04-251-0/+9
* Complete Rewrite of CGRecordLayoutBuilderWarren Hunt2014-02-211-1/+1
* Add a missing check in CodeGen of packed classes with vtables. <rdar://probl...Eli Friedman2012-04-271-0/+14
* Record layout requires not just a definition, but a completeJohn McCall2011-10-071-0/+32
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Use the right type name.Anders Carlsson2011-04-171-1/+1
* When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson2011-04-171-0/+28
* Put each test in class-layout.cpp into a separate namespace.Anders Carlsson2010-12-051-9/+15
* Use a more appropriate LLVM type for the vtable pointer.Anders Carlsson2010-05-051-2/+2
* Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.Anders Carlsson2009-12-161-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* No need to add tail padding if the resulting LLVM struct type will have the s...Anders Carlsson2009-12-081-2/+6
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ...Anders Carlsson2009-07-271-0/+5