]> granicus.if.org Git - clang/commit
Add warning flag for "partial specialization is not more specialized than primary...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Dec 2016 20:03:09 +0000 (20:03 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 27 Dec 2016 20:03:09 +0000 (20:03 +0000)
commit918a07d8657967d676cb73c087815fcd0b640f65
treed803d98ee9674ecc7662f7cadc32f7dbe5363689
parentc59fd16b6134b20252395e34ab9ac8c059ef2a94
Add warning flag for "partial specialization is not more specialized than primary template" error (since Eigen hits it), and while I'm here also add a warning flag for "partial specialization is not usable because one or more of its parameters cannot be deduced" warning.

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