[cfe-commits] r86996 - /cfe/trunk/lib/Sema/SemaCXXCast.cpp

Eli Friedman eli.friedman at gmail.com
Thu Nov 12 10:00:21 PST 2009


On Thu, Nov 12, 2009 at 8:53 AM, Anders Carlsson <andersca at mac.com> wrote:
> Author: andersca
> Date: Thu Nov 12 10:53:16 2009
> New Revision: 86996
>
> URL: http://llvm.org/viewvc/llvm-project?rev=86996&view=rev
> Log:
> Set CK_BaseToDerived in TryStaticDowncast.

While you're in the area, can you make this code set the right cast
kind for expressions like "static_cast<Base&>(DerivedLValue)"?

-Eli



More information about the cfe-commits mailing list