[PATCH] D78374: [Analyzer][StreamChecker] Added evaluation of fread and fwrite.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 01:02:22 PDT 2020
balazske updated this revision to Diff 259491.
balazske added a comment.
- Stream error is stored in separate boolean flags instead of enum.
- Removed `PossibleErrors`.
- Added "FilePositionIndeterminate".
- Updated fread, fwrite, fseek, clearerr.
- Added tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78374/new/
https://reviews.llvm.org/D78374
Files:
clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
clang/test/Analysis/stream-error.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78374.259491.patch
Type: text/x-patch
Size: 28608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200423/7404f8e1/attachment-0001.bin>
More information about the cfe-commits
mailing list