summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGRtti.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix thinko, mangleCXXRtti should obviously take a QualType!Anders Carlsson2009-10-301-2/+1
| | | | llvm-svn: 85565
* mangleCXXRtti obviously needs to take a type, what was I thinking...Anders Carlsson2009-10-301-11/+11
| | | | llvm-svn: 85555
* Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of ↵Anders Carlsson2009-10-111-3/+2
| | | | | | QualTypes. llvm-svn: 83793
* Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ↵Anders Carlsson2009-10-101-0/+48
change. llvm-svn: 83732
OpenPOWER on IntegriCloud