balazske added a comment.

This checker will make an additional assumption on `fread` and `fwrite` with 
the ReturnValueCondition. The return value is constrained by `StreamChecker` 
too but it splits the error (if returned value is less that arg 3) and 
non-error cases into separate branches. I think this causes no problem because 
it will refine the assumption made here (if this assumption is made first) or 
the assumption here has no effect (if the split happened already).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87081

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to