aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGRtti.cpp
AgeCommit message (Expand)Author
2009-10-30Fix thinko, mangleCXXRtti should obviously take a QualType!Anders Carlsson
2009-10-30mangleCXXRtti obviously needs to take a type, what was I thinking...Anders Carlsson
2009-10-11Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of Qu...Anders Carlsson
2009-10-10Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...Anders Carlsson