[clang] [clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf (PR #82476)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 08:10:41 PST 2024


================
@@ -339,3 +363,138 @@ void fflush_on_open_failed_stream(void) {
   }
   fclose(F);
 }
+
+void test_fscanf_eof() {
----------------
balazske wrote:

Has this test a purpose that is different from test `error_fscanf` in **stream_error.c**?

https://github.com/llvm/llvm-project/pull/82476


More information about the cfe-commits mailing list