summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/rtti-fundamental.cpp
Commit message (Expand)AuthorAgeFilesLines
* Borrow visibility from __fundamental_type_info for generated fundamental type...Thomas Anderson2018-07-241-1/+70
* Fix Itanium RTTI emission so that we emit fundamental type information into theRichard Smith2016-02-031-0/+10
* Adding type info for f16c floating-point type. This is consistent with theYunzhong Gao2014-04-171-0/+5
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-60/+60
* Set unnamed_addr in every type info.Rafael Espindola2011-01-111-60/+60
* std::nullptr_t is a fundamental type for RTTI purposes.Anders Carlsson2010-11-041-39/+82
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-57/+57
* Eliminate excessive PCH deserialization caused by the search forDouglas Gregor2010-04-081-1/+3
* Test for the previous commit.Rafael Espindola2010-03-271-0/+71