[PATCH] D105819: [analyzer] MallocChecker: Add a visitor to leave a note on functions that could have, but did not change ownership on leaked memory

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 15 05:07:40 PDT 2021


Szelethus updated this revision to Diff 358927.
Szelethus marked an inline comment as done.
Szelethus added a comment.

- Fix testfiles.
- Fix a typo in the comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105819/new/

https://reviews.llvm.org/D105819

Files:
  clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  clang/test/Analysis/NewDeleteLeaks.cpp
  clang/test/Analysis/self-assign.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105819.358927.patch
Type: text/x-patch
Size: 17964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210715/7afcf23c/attachment-0001.bin>


More information about the cfe-commits mailing list