[cfe-commits] r71405 - in /cfe/trunk: include/clang/AST/ include/clang/Frontend/ include/clang/Parse/ lib/AST/ lib/CodeGen/ lib/Frontend/ lib/Parse/ lib/Sema/ test/SemaCXX/ www/

Chris Lattner clattner at apple.com
Mon May 11 14:00:37 PDT 2009


On May 11, 2009, at 1:49 PM, Sebastian Redl wrote:

>>
>> Can't this be handled by making isNullPointerConstant handle this?   
>> If
>> so, LHSIsNull/RHSIsNull are already computed.
>
> As Eli pointed out, that would allow the illegal nullptr == 0.

Ok,

-Chris



More information about the cfe-commits mailing list