]> granicus.if.org Git - clang/commit
Don't emit an ExtWarn on declarations of variable template specializations;
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 02:56:49 +0000 (02:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 02:56:49 +0000 (02:56 +0000)
commitd9974190c26c0ee9d8e1a8e6b569b2c89e9885b3
tree38889aa1966978f1db362a627a32ef5f0b78e9c6
parent46d5a265d56111cdf12253dbb6c707a4f5a84ce8
Don't emit an ExtWarn on declarations of variable template specializations;
we'll already have issued the relevant diagnostic when we saw the declaration
of the primary template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/CXX/dcl.decl/dcl.meaning/p1-0x.cpp
test/SemaCXX/cxx98-compat.cpp