[clang] [clang][analyzer] fix false positive of BlockInCriticalSectionChecker (PR #126752)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 02:36:12 PST 2025


https://github.com/Xazax-hun commented:

Is read the only operation that is non-blocking in this case? 

Alternatively, instead of using a BugReporterVisitor, we could maintain a set of file handles that are OK to use. 



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


More information about the cfe-commits mailing list