toupper, tolower, toascii functions were added to
StdLibraryFunctionsChecker to fully cover CERT STR37-C rule:
https://wiki.sei.cmu.edu/confluence/x/BNcxBQ
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! Thanks for your work!
clang/test/Analysis/std-c-library-functions-arg-constraints.c | ||
---|---|---|
190 | This formatting change seems unrelated, that would not be a problem in itself, but it degrades the readability a bit (for me). |
This formatting change seems unrelated, that would not be a problem in itself, but it degrades the readability a bit (for me).