aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.h
AgeCommit message (Expand)Author
2010-07-07Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis
2010-06-02Don't try to emit the vtable for a class just because we're emitting aJohn McCall
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-05-03Store the entire base subobject in SubVTTIndices.Anders Carlsson
2010-05-02Have getSubVTTIndex take a BaseSubobject instead of just a base.Anders Carlsson
2010-04-19If a method is virtual and the class key function is in another file, emit th...Rafael Espindola
2010-04-17Vtable -> VTable renames across the board.Anders Carlsson
2010-04-08Rename CGVtable files to CGVTables.Anders Carlsson