Disallow function template partial specializations, from Hans
commita6e757bc7824443e3bb7cc0b5192f7bd4b652c6a
authorDouglas Gregor <doug.gregor@gmail.com>
Mon, 24 Jan 2011 18:54:39 +0000 (24 18:54 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Mon, 24 Jan 2011 18:54:39 +0000 (24 18:54 +0000)
treeab6a98976e28448e5a52e5b53ca79a559dad0b64
parenta06f475a329010d91e3d01481e35f15af63dbc61
Disallow function template partial specializations, from Hans
Wennborg! Fixes PR8295.

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