When matching template parameter lists to template-ids in a scope specifier
authorJohn McCall <rjmccall@apple.com>
Wed, 20 Oct 2010 05:44:58 +0000 (05:44 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 20 Oct 2010 05:44:58 +0000 (05:44 +0000)
commit4e2cbb28baa0342b51336e55c519cd06308c4df2
treef8365629d6f55e06bb40b67e88b96816051c62b2
parent9a632eaa0ee73e4db701a8df74e92909d1fa350e
When matching template parameter lists to template-ids in a scope specifier
on a friend declaration, skip template-ids which do not depend on the
current parameter list.

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