Szelethus added inline comments.
================ Comment at: clang/test/Analysis/stream-error.c:182 + } else { + fwrite(Buf, 1, 10, F); // expected-warning {{might be 'indeterminate'}} + } ---------------- Szelethus wrote: > Here the user checked whether F is in eof or in ferror, and its in neither. > Isn't it reasonable to assume then that the stream is fine? Oh wow I meant to delete this inline. Please disregard. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80018/new/ https://reviews.llvm.org/D80018 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits