balazske added a comment.

I am not sure if this checker is worth to further development. A part of the 
found bugs can be detected with other checkers too, specially if the 
preconditions of many standard functions are checked (more than what is done 
now) and by modeling the function calls with assumed error return value. Some 
return codes does not cause invalid preconditions but then it is often enough 
to have any check for the returned value, or the problem can be found by the 
taint checker (this can be improved).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72705

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

Reply via email to