]> granicus.if.org Git - clang/commit
Fix accepts-invalid if a variable template explicit instantiation is missing an
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Sep 2013 02:10:12 +0000 (02:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Sep 2013 02:10:12 +0000 (02:10 +0000)
commit8e6557e57e2b88fd3de8a87e53e30c774497f51d
treeff90a309a5c1563a07c0bf294d6ec5ced9a29adf
parent1a973447d0524b6dbb67605c33481687b24cd862
Fix accepts-invalid if a variable template explicit instantiation is missing an
argument list, but could be instantiated with argument list of <>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190913 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.spec/cxx1y-variable-template-no-body.cpp
test/SemaCXX/cxx1y-variable-templates_top_level.cpp