]> granicus.if.org Git - clang/commit
Silently drop dependent friend function template specializations,
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 17:31:23 +0000 (17:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 17:31:23 +0000 (17:31 +0000)
commit036ada215d2c53e6a286b42d7cbd2386b0007516
tree1e87ac7637865334fa29c5985295f8f15cd7f6c6
parent9ff659b1950fa67958a057b97fdd36aadfb8017e
Silently drop dependent friend function template specializations,
since we have absolutely no way to match them when they are declared
nor do we have a way to represent these parsed-but-not-checked friend
declarations.

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