PR12585: When processing a friend template inside a class template, don't
pretend there was no previous declaration -- that can lead us to injecting a class template (with no access specifier) into a class scope. Instead, just avoid the problematic checks. llvm-svn: 155303
Loading
Please register or sign in to comment