summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/rtti.mm
Commit message (Expand)AuthorAgeFilesLines
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-7/+7
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-181-4/+4
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-7/+7
* Set unnamed_addr in every type info.Rafael Espindola2011-01-111-7/+7
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-7/+7
* Implement RTTI generation for Objective C types. Fixes PR7864.John McCall2010-08-121-0/+52