This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] MIGChecker: Add support for more deallocator APIs.
ClosedPublic

Authored by NoQ on Mar 27 2019, 6:43 PM.

Details

Summary

Most of these were obtained by invoking

$ find . -name '*.defs' -exec grep destructor {} \; | sed s/'.*destructor: '// | sed s/'(.*)'// | awk '{print "CALL(1, 0, " $1 "),"}' | sort -u

in XNU.

rdar://problem/49358317

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Mar 27 2019, 6:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2019, 6:43 PM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 29 2019, 4:55 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2019, 4:55 PM