[PATCH] D107078: [analyzer] Catch leaking stack addresses via stack variables

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 5 02:33:04 PDT 2021


steakhal updated this revision to Diff 364393.
steakhal added a comment.

- `The temporary` -> `Temporary `
- `full expression` -> `full-expression`

I did not fix the extra blue 'bubble' note issue, and I think that is out of the scope of this patch.


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

https://reviews.llvm.org/D107078

Files:
  clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  clang/test/Analysis/copy-elision.cpp
  clang/test/Analysis/cxx-uninitialized-object-ptr-ref.cpp
  clang/test/Analysis/loop-block-counts.c
  clang/test/Analysis/stack-addr-ps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107078.364393.patch
Type: text/x-patch
Size: 16121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210805/0efb6495/attachment-0001.bin>


More information about the cfe-commits mailing list