This revision was automatically updated to reflect the committed changes.
Closed by commit rL336489: [analyzer] Highlight container object destruction in
MallocChecker. (authored by rkovacs, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.o
rnkovacs added a comment.
No crashes on Harfbuzz, ICU, Bitcoin, and LLVM. I'll commit.
https://reviews.llvm.org/D48521
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
xazax.hun accepted this revision.
xazax.hun added a comment.
LGTM, given that the assert does not fire for the projects you tested on.
https://reviews.llvm.org/D48521
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-
rnkovacs updated this revision to Diff 152615.
rnkovacs marked 7 inline comments as done.
rnkovacs retitled this revision from "[analyzer] Highlight STL object
destruction in MallocChecker" to "[analyzer] Highlight container object
destruction in MallocChecker".
rnkovacs added a comment.
Thanks