summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/rtti-linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r332028; see PR37545 for details.Richard Smith2018-05-211-34/+22
* [Itanium] Emit type info names with external linkage.Eric Fiselier2018-05-101-22/+34
* Revert "[Itanium] Emit type info names with external linkage."Eric Fiselier2018-05-101-34/+22
* [Itanium] Emit type info names with external linkage.Eric Fiselier2018-05-101-22/+34
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-4/+4
* CodeGen: Don't set hidden visibility on symbols with local linkageDuncan P. N. Exon Smith2014-05-071-22/+25
* RTTI symbols for visible local types may need weak linkage.John McCall2014-03-101-0/+38
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-23/+23
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-6/+6
* When emitting RTTI for a non-class type, compute the visibility of the RTTI d...Anders Carlsson2011-01-291-1/+1
* Update tests.Anders Carlsson2011-01-291-1/+1
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-16/+16
* Set unnamed_addr in every type info.Rafael Espindola2011-01-111-18/+18
* Set unnamed_addr for type infos that we are confortable marking as hidden. IRafael Espindola2011-01-111-5/+5
* Give hidden visibility to RTTI for derived types. This is kindof a hackyJohn McCall2010-12-171-0/+10
* test/CodeGenCXX/rtti-linkage.cpp: Get rid of sort(1) to remove XFAIL: win32.NAKAMURA Takumi2010-11-081-41/+36
* Don't let typeinfo name symbols be 'internal hidden', it can lead to linker c...Argyrios Kyrtzidis2010-10-111-1/+2
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-1/+1
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-1/+1
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-4/+18
* typeid() produces type information for the cv-unqualified version ofDouglas Gregor2010-06-021-0/+11
* XFAIL a test on Win32.Daniel Dunbar2010-05-141-0/+4
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-32/+33
* Drastically simplify the computation of linkage for typeinfo by usingDouglas Gregor2010-03-311-0/+1
* If the key function of a record is inline, then the RTTI data should have wea...Anders Carlsson2009-12-311-0/+9
* More RTTI cleanup, test that RTTI classes have the correct vtables.Anders Carlsson2009-12-301-1/+1
* Handle enum types as well.Anders Carlsson2009-12-291-0/+9
* Fix function type RTTI linkage and add tests.Anders Carlsson2009-12-291-1/+16
* Remove cv-qualifiers from the argument to typeidDouglas Gregor2009-12-231-4/+7
* Add tests for structs inside anonymous namespaces.Anders Carlsson2009-12-211-2/+17
* Incomplete structs should also have internal linkage.Anders Carlsson2009-12-211-0/+2
* Correcly handle pointers to member pointer types where the class or the point...Anders Carlsson2009-12-201-0/+19
* Rework the way pointer types are handled by the RTTI builder. We now get the ...Anders Carlsson2009-12-201-2/+17
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use GetAddrOfRTTI when getting the RTTI pointer for a base class.Anders Carlsson2009-12-111-0/+16