]> granicus.if.org Git - clang/commit
A friend template specialization is also dependent if any of its
authorDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 20:59:17 +0000 (20:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 20:59:17 +0000 (20:59 +0000)
commit33ab0da4b50c0868f0dbbbbb8d018b44acd2bd4d
tree190dc8757dc5521a4cdbcd5ee76e73386f104922
parent44efed03b3ec16148722dfe57e0787a5b5c59741
A friend template specialization is also dependent if any of its
template arguments are dependent. Fixes PR10913.

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