[cfe-commits] r82580 - /cfe/trunk/lib/CodeGen/CGExprScalar.cpp
Anders Carlsson
andersca at mac.com
Tue Sep 22 15:05:03 PDT 2009
On Sep 22, 2009, at 3:04 PM, Mike Stump wrote:
> 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?
>
Whoops, yes it can!
Thanks,
Anders
More information about the cfe-commits
mailing list