[PATCH] D20141: Check for nullptr argument.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Tue May 10 17:14:46 PDT 2016


jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.

OK, if the function explicitly says it accepts null values and if we check elsewhere in the function, I'm personally OK adding the checks.


http://reviews.llvm.org/D20141





More information about the cfe-commits mailing list