[PATCH] D79358: [analyzer] CERT: STR37-C
Zurab Tsinadze via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 04:16:28 PDT 2020
zukatsinadze added a comment.
In D79358#2019755 <https://reviews.llvm.org/D79358#2019755>, @Szelethus wrote:
> Adding @martong, because I fear that this is colliding with StdLibraryFunctionsChecker. The warnings added here seem to be, in essence, identical to D73898 <https://reviews.llvm.org/D73898>.
Indeed. I think the best way forward is to add missing functions (I think these are `toascii`, `toupper`, `tolower`) to @martong's checker to guarantee that CERT rule is covered completely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79358/new/
https://reviews.llvm.org/D79358
More information about the cfe-commits
mailing list