[PATCH] D75682: [Analyzer][StreamChecker] Introduction of stream error handling.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 07:58:41 PDT 2020
balazske added a comment.
And why not add first the "unknown error" state and later the feof and ferror error states? Or add every error state but not the `feof` and `ferror` functions? Every way results in an intermediate state of the checker.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75682/new/
https://reviews.llvm.org/D75682
More information about the cfe-commits
mailing list