summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/rtti.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove rtti.cpp, it's very fragile and has been marked XFAIL for a while now....Anders Carlsson2009-12-311-205/+0
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* XFAIL this for now, fixing linkage bugs causes the order of globals to change...Anders Carlsson2009-12-111-0/+1
* Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...Anders Carlsson2009-12-111-9/+6
* Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump2009-11-181-1/+6
* Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump2009-11-181-0/+3
* Fix one last gotcha with typeid.Mike Stump2009-11-181-0/+4
* Add rtti support for arrays, functiond without prototypes, vectors andMike Stump2009-11-171-0/+3
* Add rtti info for function prototypes and refactor. This allowsMike Stump2009-11-171-1/+17
* Add rtti support for pointer to data members.Mike Stump2009-11-171-3/+26
* Add rtti support for non-member pointers. WIP.Mike Stump2009-11-171-3/+19
* Add typeinfo support for T* and const T* for all builtin types T.Mike Stump2009-11-171-1/+5
* Add typeid for the builtin types. WIP.Mike Stump2009-11-171-0/+4
* Ensure we peer through () when handling typeid(*p).Mike Stump2009-11-171-1/+1
* Make bots happy.Mike Stump2009-11-161-7/+5
* Fix linux buildbots.Mike Stump2009-11-151-0/+2
* Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.Mike Stump2009-11-151-0/+14
* Implement typeid for class types.Mike Stump2009-11-151-0/+26
* Finish off support for typeinfo generation for classes.Mike Stump2009-11-151-0/+89
OpenPOWER on IntegriCloud