================
@@ -268,8 +268,12 @@ class StreamChecker : public Checker<check::PreCall, 
eval::Call,
         std::bind(&StreamChecker::evalUngetc, _1, _2, _3, _4), 1}},
       {{{"fseek"}, 3},
----------------
balazske wrote:

```suggestion
      {{{"fseek", "fseeko"}, 3},
```
The same is applicable to `fopen` and `fdopen` in `CallDescriptionMap`.

https://github.com/llvm/llvm-project/pull/77580
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to