[PATCH] D66733: [analyzer] Add a checker option to detect nested dead stores

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 26 08:34:18 PDT 2019


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

Reformatted using `clang-format-diff.py`.
Minor fixes which were requested by @Szelethus.


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

https://reviews.llvm.org/D66733

Files:
  clang/docs/analyzer/checkers.rst
  clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
  clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  clang/test/Analysis/analyzer-config.c
  clang/test/Analysis/dead-stores.c
  clang/test/Analysis/dead-stores.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66733.217162.patch
Type: text/x-patch
Size: 10309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190826/d6fff8c4/attachment-0001.bin>


More information about the cfe-commits mailing list