[PATCH][Review request] unix.Malloc checker improvement: +handling new/delete, +memory.MismatchedFree, +memory.MismatchedDelete, +improved display names for allocators/deallocators
Jordan Rose
jordan_rose at apple.com
Fri Mar 1 09:20:56 PST 2013
Tiny comment if it reaches you before your next iteration:
+bool MallocChecker::isObjCNoCopyFreeWhenDone(const ObjCMethodCall *Call) const {
Please pass CallEvents like ObjCMethodCall by const reference unless the method handles the NULL case.
More information about the cfe-commits
mailing list