[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 Mar 1 14:01:08 PST 2017
zaks.anna accepted this revision.
zaks.anna added a comment.
This revision is now accepted and ready to land.
> I am not clear why need to calculate the precise allocated size?
The information generated by this checker is used for array bounds checking. For example, see https://reviews.llvm.org/D24307
This patch looks good. Do you have commit access or should I commit it on your behalf?
Repository:
rL LLVM
https://reviews.llvm.org/D28348
More information about the cfe-commits
mailing list