[PATCH] D158156: [analyzer] Add C++ array delete checker
Discookie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 11 01:28:40 PDT 2023
Discookie updated this revision to Diff 556402.
Discookie marked 8 inline comments as done.
Discookie added a comment.
Added a test for taking last upcast only for the note tag. For now the visitor matches all explicit casts, because there are too many edge cases to count for now wrt. explicit upcasting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158156/new/
https://reviews.llvm.org/D158156
Files:
clang/docs/analyzer/checkers.rst
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/CXXDeleteChecker.cpp
clang/test/Analysis/ArrayDelete.cpp
clang/www/analyzer/alpha_checks.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158156.556402.patch
Type: text/x-patch
Size: 17111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230911/552e1ffd/attachment-0001.bin>
More information about the cfe-commits
mailing list