[PATCH] D152435: [analyzer][CStringChecker] Adjust the invalidation operation on the super region of the destination buffer during string copy
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 2 23:53:37 PDT 2023
steakhal accepted this revision.
steakhal added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:1078
+ const MemRegion *R) {
+ return MemRegion::FieldRegionKind == R->getKind();
+ };
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152435/new/
https://reviews.llvm.org/D152435
More information about the cfe-commits
mailing list