patch: fix ODR-used of pure virtual methods

Richard Smith richard at metafoo.co.uk
Wed Jan 30 16:50:28 PST 2013


On Tue, Jan 29, 2013 at 9:20 PM, Nick Lewycky <nlewycky at google.com> wrote:
> It is possible for pure virtual methods to be ODR-used, but only when
> mentioned through a qualified name. Add this test to
> Sema::MarkMemberReferenced and remove matching workaround in the
> UndefinedInternals warning.
>
> Please review!

Looks great, thanks!



More information about the cfe-commits mailing list