]> granicus.if.org Git - clang/commit
Set up the semantic context correctly when declaring a friend class template.
authorJohn McCall <rjmccall@apple.com>
Fri, 18 Dec 2009 11:25:59 +0000 (11:25 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 18 Dec 2009 11:25:59 +0000 (11:25 +0000)
commit65c49466278f3739ac879f961b94b2aff744beed
tree340d999d55f5acef6686301a315ca68b4c302993
parent4e0d81f7088276ecf0c76824a28a9469482b067b
Set up the semantic context correctly when declaring a friend class template.

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