[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/

Eli Friedman eli.friedman at gmail.com
Mon May 11 13:45:56 PDT 2009


On Mon, May 11, 2009 at 12:50 PM, Chris Lattner <clattner at apple.com> wrote:
> Can't this be handled by making isNullPointerConstant handle this?  If
> so, LHSIsNull/RHSIsNull are already computed.

AFAIK, 0==nullptr isn't legal.

-Eli




More information about the cfe-commits mailing list