[PATCH] D82288: [analyzer][StdLibraryFunctionsChecker] Add POSIX file handling functions
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 22 03:11:06 PDT 2020
martong created this revision.
martong added reviewers: Szelethus, balazske, NoQ, xazax.hun, vsavchenko.
Herald added subscribers: cfe-commits, ASDenysPetrov, steakhal, Charusso, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, whisperity.
Herald added a project: clang.
Adding file handling functions from the POSIX standard (2017).
A new checker option is introduced to enable them.
In follow-up patches I am going to upstream networking, pthread, and other
groups of POSIX functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82288
Files:
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
clang/test/Analysis/analyzer-config.c
clang/test/Analysis/std-c-library-functions-POSIX.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82288.272357.patch
Type: text/x-patch
Size: 42392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200622/9684616b/attachment-0001.bin>
More information about the cfe-commits
mailing list