r175326 - Rework the visibility computation algorithm in preparation
John McCall
rjmccall at apple.com
Thu Feb 21 15:49:38 PST 2013
On Feb 21, 2013, at 2:28 PM, John McCall <rjmccall at apple.com> wrote:
> 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.
Committed as r175827.
John.
More information about the cfe-commits
mailing list