]> granicus.if.org Git - clang/commit
A fixed version of r99174 which also includes a test that we emit vtables when
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 22 Mar 2010 23:12:48 +0000 (23:12 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 22 Mar 2010 23:12:48 +0000 (23:12 +0000)
commitb0f65ca9853d1148211a38736141c8ccf2aa4a1d
tree1592d98092d8b8b59d79c3dd1b5b7e9bf93c8c5d
parent0647a7b9ad844565b8a4b5e1a5de882dd64efabf
A fixed version of r99174 which also includes a test that we emit vtables when
we see an specialization definition ever if we then see a extern template declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99226 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/CodeGenCXX/PR6677.cpp [new file with mode: 0644]