aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/rtti.mm
AgeCommit message (Expand)Author
2014-02-08type_info objects are not unnamed_addr: the ABI requires us toJohn McCall
2013-06-18Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman
2011-01-24Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson
2011-01-11Set unnamed_addr in every type info.Rafael Espindola
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall
2010-08-12Implement RTTI generation for Objective C types. Fixes PR7864.John McCall