[PATCH] D71033: [analyzer] CERT: STR32-C
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 18:55:30 PST 2019
Charusso marked an inline comment as done.
Charusso added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/cert/StrChecker.cpp:479
+ if (VD->getType()->getAsArrayTypeUnsafe()) {
+ VD->dumpColor();
+ ProgramStateRef State = C.getState();
----------------
-1 line
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71033/new/
https://reviews.llvm.org/D71033
More information about the cfe-commits
mailing list