[PATCH] D49361: [analyzer] Detect pointers escaped after return statement execution in MallocChecker

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 2 16:02:37 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL338780: [analyzer] Detect pointers escaped after ReturnStmt execution in MallocChecker. (authored by rkovacs, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D49361?vs=158681&id=158857#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49361

Files:
  cfe/trunk/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  cfe/trunk/test/Analysis/inner-pointer.cpp
  cfe/trunk/test/Analysis/malloc-free-after-return.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49361.158857.patch
Type: text/x-patch
Size: 5285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180802/97aa52ee/attachment.bin>


More information about the cfe-commits mailing list