[clang] [clang][analyzer] fix false positive of BlockInCriticalSectionChecker (PR #126752)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 02:26:42 PST 2025
Xazax-hun wrote:
Oh, for functions that are documented to not block on invalid `fd`s, I think it makes sense to skip the warnings when the `fd` is `-1`.
https://github.com/llvm/llvm-project/pull/126752
More information about the cfe-commits
mailing list