[PATCH] D66733: [analyzer] Add a checker option to detect nested dead stores
Sylvestre Ledru via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 13:37:07 PDT 2019
sylvestre.ledru added a comment.
I added it to the release notes here : https://reviews.llvm.org/rC374593
I am wondering if the option( WarnForDeadNestedAssignments ) to disable it is really necessary?
I haven't seen any false positive while deadstore has some.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66733/new/
https://reviews.llvm.org/D66733
More information about the llvm-commits
mailing list