]> granicus.if.org Git - clang/commit
Patch over yet more problems with friend declarations which were provoking
authorJohn McCall <rjmccall@apple.com>
Thu, 17 Dec 2009 23:21:11 +0000 (23:21 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 17 Dec 2009 23:21:11 +0000 (23:21 +0000)
commite129d44aab6324aa2094d68730a7843c41a4e45f
tree3e3203a394da9d454e5b9fa6b0d91d5f247eccc5
parent99860173af0b070f93558c26b78bb7ac07820370
Patch over yet more problems with friend declarations which were provoking
problems on LLVM-Code-Syntax.  This proved remarkably easy to "fix" once
I settled on how I was going to approach it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/friend.cpp