[PATCH] D67480: [analyzer] Add 'freopen' support to SimpleStreamChecker.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 14:46:24 PDT 2019
NoQ added a comment.
`SimpleStreamChecker` is a historical tutorial example <https://www.youtube.com/watch?v=kdxlsP5QVPw>, i don't think we should be updating it other than for modernizing checker API use. It was supposed to handle a few simple examples correctly but it wasn't supposed to support all sorts of different APIs.
I'd recommend improving `StreamChecker` instead if you're interested in having a production-quality checker for everyday use.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67480/new/
https://reviews.llvm.org/D67480
More information about the cfe-commits
mailing list