[cfe-commits] r82580 - /cfe/trunk/lib/CodeGen/CGExprScalar.cpp

Mike Stump mrs at apple.com
Tue Sep 22 15:04:32 PDT 2009


On Sep 22, 2009, at 3:00 PM, Anders Carlsson wrote:
> Author: andersca
> Date: Tue Sep 22 17:00:46 2009
> New Revision: 82580
>
> URL: http://llvm.org/viewvc/llvm-project?rev=82580&view=rev
> Log:
> No need to null check implicit lvalue cast exprs.

>     // FIXME: This should be true, but that leads to a failure in  
> virt.cpp
> -    bool NullCheckValue = false;
> +    bool NullCheckValue = true;

Can the FIXME be removed?




More information about the cfe-commits mailing list