[PATCH] D82288: [analyzer][StdLibraryFunctionsChecker] Add POSIX file handling functions
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 09:09:56 PDT 2020
martong added a comment.
> We use NoEvalCall in all functions in this patch
I just now realized that it is actually not true, sorry about that. So, seems like `fnmatch`, `strcasecmp`, `strncasecmp` are `EvalCallAsPure`. I could skip them from this patch, if you guys consider this as dangerous and to bolster my previous comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82288/new/
https://reviews.llvm.org/D82288
More information about the cfe-commits
mailing list