summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/rtti.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove rtti.cpp, it's very fragile and has been marked XFAIL for a while ↵Anders Carlsson2009-12-311-205/+0
| | | | | | now. Between rtti-layout.cpp and rtti-linkage.cpp, RTTI testing should be covered. llvm-svn: 92361
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* XFAIL this for now, fixing linkage bugs causes the order of globals to ↵Anders Carlsson2009-12-111-0/+1
| | | | | | change. Will fix later today. llvm-svn: 91130
* Improve linkage of RTTI data structures. Introduce ↵Anders Carlsson2009-12-111-9/+6
| | | | | | CodeGenModule::GetAddrOfRTTI which figures out the right linkage of the RTTI information for the given type and whether it should be defined or not. I will migrate clients over to GetAddrOfRTTI in subsequent commits (with tests). llvm-svn: 91098
* Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump2009-11-181-1/+6
| | | | llvm-svn: 89186
* Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump2009-11-181-0/+3
| | | | llvm-svn: 89185
* Fix one last gotcha with typeid.Mike Stump2009-11-181-0/+4
| | | | llvm-svn: 89172
* Add rtti support for arrays, functiond without prototypes, vectors andMike Stump2009-11-171-0/+3
| | | | | | enums. llvm-svn: 89165
* Add rtti info for function prototypes and refactor. This allowsMike Stump2009-11-171-1/+17
| | | | | | pointer to member functions to work. WIP. llvm-svn: 89161
* Add rtti support for pointer to data members.Mike Stump2009-11-171-3/+26
| | | | llvm-svn: 89155
* Add rtti support for non-member pointers. WIP.Mike Stump2009-11-171-3/+19
| | | | llvm-svn: 89148
* Add typeinfo support for T* and const T* for all builtin types T.Mike Stump2009-11-171-1/+5
| | | | llvm-svn: 89030
* Add typeid for the builtin types. WIP.Mike Stump2009-11-171-0/+4
| | | | llvm-svn: 89028
* Ensure we peer through () when handling typeid(*p).Mike Stump2009-11-171-1/+1
| | | | llvm-svn: 89015
* Make bots happy.Mike Stump2009-11-161-7/+5
| | | | llvm-svn: 88941
* Fix linux buildbots.Mike Stump2009-11-151-0/+2
| | | | llvm-svn: 88856
* Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.Mike Stump2009-11-151-0/+14
| | | | llvm-svn: 88852
* Implement typeid for class types.Mike Stump2009-11-151-0/+26
| | | | llvm-svn: 88843
* Finish off support for typeinfo generation for classes.Mike Stump2009-11-151-0/+89
llvm-svn: 88828
OpenPOWER on IntegriCloud