]> granicus.if.org Git - clang/commit
Instantiate class template friends better; fixes PR5332.
authorDouglas Gregor <dgregor@apple.com>
Fri, 30 Oct 2009 21:07:27 +0000 (21:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 30 Oct 2009 21:07:27 +0000 (21:07 +0000)
commite8c01bdb56549adcecd71ce39160eea54b2c51c8
tree9a535880e0d0c7475165275aabf058fe913df760
parent7c15e71fb260629e58c25798f1040e5a3305f9f6
Instantiate class template friends better; fixes PR5332.

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