[PATCH] D69662: [Checkers] Avoid using evalCall in StreamChecker.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 00:50:12 PST 2019


balazske added a comment.

I removed the previous comment because I realized that `StdCLibraryFunctionsChecker` does not use `evalCall` for fread (returns false because "non-pure" evaluation).

Anyway the checks that do not use BindExpr (all except the open functions) could be moved into a PreCall or PostCall callback?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69662/new/

https://reviews.llvm.org/D69662





More information about the cfe-commits mailing list