]> granicus.if.org Git - clang/commit
When emitting RTTI for a non-class type, compute the visibility of the RTTI data...
authorAnders Carlsson <andersca@mac.com>
Sat, 29 Jan 2011 22:10:32 +0000 (22:10 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 29 Jan 2011 22:10:32 +0000 (22:10 +0000)
commit907c828b080332854826a87451e838930f4be788
tree3808c665f15c3ae462055872d9e0a2480339837b
parentf25649c74397d2620e6ac61f1045261644707c80
When emitting RTTI for a non-class type, compute the visibility of the RTTI data based on the explicit visibility of the type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124553 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGRTTI.cpp
test/CodeGenCXX/rtti-linkage.cpp
test/CodeGenCXX/rtti-visibility.cpp