]> granicus.if.org Git - clang/commit
Detect efforts to declare a template member friend and explicitly ignore them.
authorJohn McCall <rjmccall@apple.com>
Fri, 20 Aug 2010 01:40:01 +0000 (01:40 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 20 Aug 2010 01:40:01 +0000 (01:40 +0000)
commit29c695b86199ce917fd59b875683960a1858342a
tree5738de2342a8ffcdede6ec1c4c85b692b98ad02c
parent59b6dca7e5160d6f2aff42b1cf077d1cbd64e330
Detect efforts to declare a template member friend and explicitly ignore them.
Avoids a crash.

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