]> granicus.if.org Git - clang/commit
Extend the hidden-visibility vtables optimization to template classes that
authorJohn McCall <rjmccall@apple.com>
Wed, 4 Aug 2010 06:38:15 +0000 (06:38 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 4 Aug 2010 06:38:15 +0000 (06:38 +0000)
commit0c7d32bde03ae90367cb0666cf8614d425290aa3
tree8f1e13f1433f379b9db852c2670777f4715fd7e7
parent0b2517299415ab1c28b9cb87d536ccea84317a10
Extend the hidden-visibility vtables optimization to template classes that
haven't been explicitly instantiated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVTables.cpp
test/CodeGenCXX/mangle-subst-std.cpp
test/CodeGenCXX/virt-template-vtable.cpp
test/CodeGenCXX/vtable-linkage.cpp