[PATCH] D78280: [Analyzer][StreamChecker] Track streams that were not found to be opened.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 14 07:32:35 PDT 2020


NoQ added inline comments.


================
Comment at: clang/test/Analysis/stream.c:11-13
+void check_feread_noopen(FILE *fp) {
+  fread(0, 0, 0, fp);
+}
----------------
What do these tests test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78280





More information about the cfe-commits mailing list