]> granicus.if.org Git - clang/commit
Check the interactions between explicit instantiations and template
authorDouglas Gregor <dgregor@apple.com>
Thu, 15 Oct 2009 15:54:05 +0000 (15:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 15 Oct 2009 15:54:05 +0000 (15:54 +0000)
commit454885ec4f59959a01a2c7861b88abdea8617147
tree3637da364df743038d4f1c1498fa0ac026cc50b9
parentf65b9f58f4da63315c9e8bd741b64472cbb05bc9
Check the interactions between explicit instantiations and template
specializations. Work in progress; there's more cleanup required to
actually use the new CheckSpecializationInstantiationRedecl checker
uniformly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84185 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/CXX/temp/temp.spec/temp.explicit/p4.cpp