[PATCH] D75356: [Analyzer][StreamChecker] Introduction of stream error state handling.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 6 07:41:48 PST 2020
balazske added a comment.
I have "mirrored" all 3 changes in this stack to the new series in D75682 <https://reviews.llvm.org/D75682>. Probably it is possible to reuse these revisions instead but I do not know if it will not confuse phabricator somehow (and how phabricator behaves in such "tricky" cases, there is not a usable documentation for it). The D75682 <https://reviews.llvm.org/D75682> is the one that should be used now, it is the same change as this one plus the ferror and feof functions and tests. The new part with `ferror` and `feof` can be done in a new change but these belong logically into this change to make the error handling complete and testable (this change in current form is not good for tests).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75356/new/
https://reviews.llvm.org/D75356
More information about the cfe-commits
mailing list