[cfe-commits] r90467 - in /cfe/trunk: lib/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaTemplateInstantiate.cpp test/SemaCXX/virtual-override.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Dec 3 15:11:13 PST 2009
Douglas Gregor wrote:
> Author: dgregor
> Date: Thu Dec 3 12:33:45 2009
> New Revision: 90467
>
> Also, move the checking that determines whether we are creating a
> variable of abstract class type *after* we check whether the type is
> complete. Otherwise, we won't see when we have an abstract class
> template specialization that is implicitly instantiated by this
> declaration. This is the "something else" that Sebastian had noted
> earlier.
>
Interesting. Patch looks good.
Sebastian
More information about the cfe-commits
mailing list