[clang] [clang][analyzer] Support 'tello' and 'fseeko' in the StreamChecker (PR #77580)

Ben Shi via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 17:45:35 PST 2024


benshi001 wrote:

> It is better to replace in code of `evalFtell` the `C.getASTContext().LongTy` with `Call.getResultType()` (occurs 2 times), this is more exact if `off_t` is defined to something else than `long`.

This has been fixed. Thanks!

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


More information about the cfe-commits mailing list