]> granicus.if.org Git - clang/commit
When checking for equality of template parameter lists, a template
authorDouglas Gregor <dgregor@apple.com>
Fri, 4 Jun 2010 08:34:32 +0000 (08:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 4 Jun 2010 08:34:32 +0000 (08:34 +0000)
commita417b87e5d0f0508c7b18824d89d489bb55b7bd1
tree0a459eb35d1e95730a0d99a2765efa87abb85683
parent4bde1e13d39e43581f7da872e4d7676ebf4a3ee7
When checking for equality of template parameter lists, a template
type parameter pack is distinct from a template type parameter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105464 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp [new file with mode: 0644]