]> granicus.if.org Git - clang/commit
Make sure that CodeGen sees template instantiations.
authorDouglas Gregor <dgregor@apple.com>
Tue, 26 May 2009 20:50:29 +0000 (20:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 26 May 2009 20:50:29 +0000 (20:50 +0000)
commitaba43bb13b3aa3e81990989375fba3a902bfe1c2
treef0b11abaa42f4ef0c04da30b55b8663c0874bb4d
parentca308dfd9b2ded10458b95a980b0674896867ebb
Make sure that CodeGen sees template instantiations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72433 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CodeGenCXX/explicit-instantiation.cpp [new file with mode: 0644]