[PATCH] D23375: Add kfree( ) to MallocChecker.cpp

Andrew Wells via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 27 19:47:28 PDT 2016


andrewmw94 added a comment.

One more thing, obviously it should mimic malloc/free's behavior in complaining about delete/new being used.  Should it also complain about free/malloc being used?  I can't  imagine that would be something people would usually intend to do, but I don't think it's really "incorrect."  Thought?


https://reviews.llvm.org/D23375





More information about the cfe-commits mailing list