]> granicus.if.org Git - clang/commit
Issue a diagnostic if we see a templated friend declaration that we do not
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 8 Nov 2013 18:59:56 +0000 (18:59 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 8 Nov 2013 18:59:56 +0000 (18:59 +0000)
commitce6426feda94ca716ee7743b71961850740eb08d
treefcc3a60f1543d705712d36f4f384aa4fd4729c27
parentc2e0329c8b84b16252184db4dd575c9e9fb93efe
Issue a diagnostic if we see a templated friend declaration that we do not
support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194273 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/class.access/class.friend/p3-cxx0x.cpp
test/CXX/temp/temp.decls/temp.friend/p5.cpp
test/SemaTemplate/friend-template.cpp