[PATCH] D67480: [analyzer] Add 'freopen' support to SimpleStreamChecker.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 13 00:12:19 PDT 2019


balazske added a comment.

Code of StreamChecker does not look much better, it uses deprecated `eval::Call` and does not check for escape. But it handles more functions and error at open (still not `freopen`). A mixture of both would be a better option.


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