aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/rtti.cpp
AgeCommit message (Expand)Author
2009-11-18Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump
2009-11-18Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump
2009-11-18Fix one last gotcha with typeid.Mike Stump
2009-11-17Add rtti support for arrays, functiond without prototypes, vectors andMike Stump
2009-11-17Add rtti info for function prototypes and refactor. This allowsMike Stump
2009-11-17Add rtti support for pointer to data members.Mike Stump
2009-11-17Add rtti support for non-member pointers. WIP.Mike Stump
2009-11-17Add typeinfo support for T* and const T* for all builtin types T.Mike Stump
2009-11-17Add typeid for the builtin types. WIP.Mike Stump
2009-11-17Ensure we peer through () when handling typeid(*p).Mike Stump
2009-11-16Make bots happy.Mike Stump
2009-11-15Fix linux buildbots.Mike Stump
2009-11-15Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.Mike Stump
2009-11-15Implement typeid for class types.Mike Stump
2009-11-15Finish off support for typeinfo generation for classes.Mike Stump