]> granicus.if.org Git - clang/commit
A class template partial specialization cannot be a friend. Fixes PR8649.
authorDouglas Gregor <dgregor@apple.com>
Tue, 21 Dec 2010 08:14:57 +0000 (08:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 21 Dec 2010 08:14:57 +0000 (08:14 +0000)
commitb0ee93cf945744569b82b8a07361061f2963264a
tree0fcbac90b812cf485435eb987a0a63fbb73cc7a6
parent3910cfd17fcd99ac80158e625fc63e4784d26435
A class template partial specialization cannot be a friend. Fixes PR8649.

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