[cfe-commits] r90283 - in /cfe/trunk: lib/Sema/Sema.h lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp test/CodeGenCXX/virtual-destructor-synthesis.cpp

Eli Friedman eli.friedman at gmail.com
Tue Dec 1 20:22:29 PST 2009


On Tue, Dec 1, 2009 at 7:50 PM, Anders Carlsson <andersca at mac.com> wrote:
> If it is the key function, indicating that this is where the vtable will be
> emitted by codegen, then we mark all the implicit virtual declarations (the
> dtor, and maybe the assignment operator?) as referenced.

An implicit copy assignment operator is never virtual.

-Eli



More information about the cfe-commits mailing list