aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/vtt-layout.cpp
AgeCommit message (Expand)Author
2012-10-16PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.David Blaikie
2012-10-16Test pure virtual vtable entries in the Itanium ABI.David Blaikie
2011-01-24Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson
2011-01-11Set unnamed_addr in VTTs.Rafael Espindola
2010-09-02stop looking for #uses comments.Chris Lattner
2010-01-18More VTT builder fixes. With these fixes we now correctly handle the very com...Anders Carlsson
2010-01-18Fix a bunch of VTT layout bugs, add simple tests for VTT layout.Anders Carlsson