]> granicus.if.org Git - clang/commit
Discussing with dgregor we decided that we should not force the emission of
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 24 Mar 2010 22:43:31 +0000 (22:43 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 24 Mar 2010 22:43:31 +0000 (22:43 +0000)
commitf3eaf45bf3ebef039c99c1e9efb05b477b2a07aa
tree5be89b8980bacc71e4586896e7e748955fa1ec71
parent2c01676f4f613d884b174e8e19d6da0a3c45a23c
Discussing with dgregor we decided that we should not force the emission of
implicit methods on explicit template instantiation definitions. As a
consequence, we should emit them at every use, even if we see a explicit
template instantiation declaration.

This is already the current behaviour, but it is good to test for that :-)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99443 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/template-instantiation.cpp [moved from test/CodeGenCXX/PR6677.cpp with 59% similarity]