summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGRTTI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify BuildSimpleType in the RTTBuilder to avoid using an std::vector.Anders Carlsson2009-12-131-11/+6
* Change the RTTIBuilder's finish member function to take a pointer to the cons...Anders Carlsson2009-12-131-7/+5
* Fix linkage of type info and vtable for classes without linkage.Eli Friedman2009-12-111-2/+2
* Move info vectors and add assertions in preparation of moving the vector dire...Anders Carlsson2009-12-111-7/+11
* Use GetAddrOfRTTI when getting the RTTI pointer for a base class.Anders Carlsson2009-12-111-4/+1
* Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...Anders Carlsson2009-12-111-37/+88
* Use named flags in RTTIBuilder::BuildPointerType.Anders Carlsson2009-12-111-25/+54
* Be sure to instantiate rtti for non-polymorphic bases.Mike Stump2009-12-041-1/+4
* Put the Builder classes into the anonymous namespace.Mike Stump2009-12-021-0/+2
* Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump2009-12-021-17/+17
* Rename CGRtti.cpp to CGRTTI.cpp.Mike Stump2009-12-021-0/+426
OpenPOWER on IntegriCloud