[PATCH] D79433: [analyzer] StdLibraryFunctionsChecker: Add summaries for POSIX

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 02:07:18 PDT 2020


xazax.hun added a comment.

This is cool!

Some questions:

1. Have you reported those bugs to CppCheck devs? It might be useful for us as well, as they can also double-check who is right.
2. This is a really large number of summaries. At this point, I wonder if it would be worth have a separate checker for them (that is utilizing the same infrastructure).
3. Is it worth to have the script you used to do the conversion available for other people? Are there other summaries we might be interested in, like Qt or other popular libraries?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79433/new/

https://reviews.llvm.org/D79433





More information about the cfe-commits mailing list