]> granicus.if.org Git - clang/commit
Complain about attempts to befriend declarations via a using
authorJohn McCall <rjmccall@apple.com>
Wed, 3 Apr 2013 21:19:47 +0000 (21:19 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 3 Apr 2013 21:19:47 +0000 (21:19 +0000)
commit78037ac3e7562aa3e306eaba97f1c609b86337d9
tree55e05cfa688d5f8b70a4174b232dca5b6e18f2d5
parent08291a937a149dbd036fd6ac8ab061eb8034343d
Complain about attempts to befriend declarations via a using
declaration.  Patch by Stephen Lin!

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