[cfe-commits] [PATCH] CheckDeadStores: Make use of Expr::isNullPointerConstant

Kovarththanan Rajaratnam kovarththanan.rajaratnam at gmail.com
Sun Nov 22 10:56:15 PST 2009


Hey,

This patch changes CheckDeadStores to use Expr::isNullPointerConstant,
which will correctly determine whether an expression is a null pointer
constant.

-- 
Best regards,
Kovarththanan Rajaratnam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: use_is_null_pointer_constant.patch
Type: text/x-patch
Size: 1909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091122/f590c9b5/attachment.bin>


More information about the cfe-commits mailing list