[PATCH] D28348: [analyzer] Taught the analyzer about Glib API to check Memory-leak
Anna Zaks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 22 14:47:24 PST 2017
zaks.anna added a comment.
Could you please split the patch into two - one with the previously reviewed support for functions that take a single size value and another patch that models the two size arguments (num and size). It's easier to review patches if they do not grow new functionality. Splitting the patch would also play nicely with the incremental development policy of LLVM.
Thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D28348
More information about the cfe-commits
mailing list