]> granicus.if.org Git - clang/commit
Implement method friends in class templates and fix a few related problems.
authorJohn McCall <rjmccall@apple.com>
Sat, 27 Mar 2010 05:57:59 +0000 (05:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 27 Mar 2010 05:57:59 +0000 (05:57 +0000)
commitb0cb022daec8671406ab25f4b5d5a6d48d823bc4
treeb4c720561bafd40f4a0d041a7f3aec515cb54677
parentd0c89a471bd21a8c837662b852f39a72b8b3e391
Implement method friends in class templates and fix a few related problems.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99708 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/temp/temp.decls/temp.friend/p1.cpp