[cfe-commits] [patch] fixit for null-conversion

David Blaikie dblaikie at gmail.com
Sun Apr 29 21:05:41 PDT 2012


Just something I've had lying around for a while - I'm not sure
whether this meets the fixit bar, presumably the real mistakes people
make when using NULL is that they were calling the wrong function,
passing arguments in the wrong order, etc - if they're simply passing
NULL when they meant 0, that's not really the cause of bugs.

Anyway - perhaps someone thinks this is worthwhile.

- David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: null_fixit.diff
Type: application/octet-stream
Size: 2438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120429/692d0690/attachment.obj>


More information about the cfe-commits mailing list