Re: Modify MallocChecker.cpp to recognize kfree( )

2016-08-10 Thread Artem Dergachev via cfe-commits
Hey, that's a useful patch, i'd like it to be included! There is odd indentation in some places, but in general it looks correct. The usual thing to do nowadays is to put patches on review on Phabricator, would you like to do that? (http://llvm.org/docs/Phabricator.html, http://llvm.org/docs/

Modify MallocChecker.cpp to recognize kfree( )

2016-08-09 Thread Andrew Wells via cfe-commits
This is my first commit, so my apologies if I did anything wrong. It adds kfree( ) to MallocChecker.cpp and changes the kmalloc-linuxs.c to test this change appropriately. Index: MallocChecker.cpp === --- MallocChecker.cpp (revision 2