summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/rtti-visibility.cpp
Commit message (Collapse)AuthorAgeFilesLines
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-3/+3
| | | | | | | | | | unique them and permits the implementation of dynamic_cast (and anything else which knows it's working with a complete class type) to compare their addresses directly. rdar://16005328 llvm-svn: 201020
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-6/+0
| | | | | | gross, and increasingly replaced through other mechanisms. llvm-svn: 201011
* Fix test.Anders Carlsson2011-01-291-2/+2
| | | | llvm-svn: 124555
* When emitting RTTI for a non-class type, compute the visibility of the RTTI ↵Anders Carlsson2011-01-291-1/+1
| | | | | | data based on the explicit visibility of the type. llvm-svn: 124553
* Update tests.Anders Carlsson2011-01-291-1/+1
| | | | | | I'm still not sure if having the typenames be visible with -hidden-weak-vtables, but I think it makes sense. llvm-svn: 124549
* Add a test for RTTI visibility.Anders Carlsson2011-01-291-0/+35
llvm-svn: 124543
OpenPOWER on IntegriCloud