r175326 - Rework the visibility computation algorithm in preparation

John McCall rjmccall at apple.com
Thu Feb 21 14:28:23 PST 2013


On Feb 21, 2013, at 12:53 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
>> Yes, TNorthover just pointed that to me on IRC. I guess we should just
>> not call getLVForDecl on the class when we have an explicit
>> specialization of a member of a class template. It would look just for
>> the template arguments, but we want to ignore them.
> 
> I decided to give that a try and looks like it works.

You can't just not call getLVForDecl on the class;  you just want to ignore
visibility, not linkage.

I'm working on a more complete patch anyway.

John.



More information about the cfe-commits mailing list