[clang] [clang][analyzer] Improve StdLibraryFunctionsChecker 'readlink' modeling. (PR #71373)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 01:29:10 PST 2023


balazske wrote:

The checker was already tested on some projects, but much more is needed to find such corner cases. It can be better to manually check the functions for cases when a 0 return value is not possible or only at a special (known) case.

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


More information about the cfe-commits mailing list