]> granicus.if.org Git - clang/commit
Implement a specific diagnostic when a class template partial
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 00:37:32 +0000 (00:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 00:37:32 +0000 (00:37 +0000)
commitde09096a9ee7f670dc74c6a5b7771953ffaf5c62
tree08e32e983c6779febd066317ff56d34c4051ec4c
parenta3fe2842e0cf953241ccc05809afdf84f13798e9
Implement a specific diagnostic when a class template partial
specialization does not use any of its template parameters, then
recover far more gracefully. Fixes PR6181.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95629 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/temp_class_spec.cpp