]> granicus.if.org Git - clang/commit
Make sure that explicitly instantiated functions get the right linkage.
authorAnders Carlsson <andersca@mac.com>
Thu, 10 Dec 2009 22:25:34 +0000 (22:25 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 10 Dec 2009 22:25:34 +0000 (22:25 +0000)
commit548e60efea9a1d2c31679e11e9ff0d2f19b96694
tree3e2d27d22d7576821529b48edc4103ca221f3f19
parent5f16e521ebb2e99fc07970545083fa07426e39d1
Make sure that explicitly instantiated functions get the right linkage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91069 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGenCXX/template-linkage.cpp [new file with mode: 0644]