NoQ added a comment. That's what i like to see!
You can test this via `clang_analyzer_printState()`. ================ Comment at: clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp:343 + if (!DRV.isEmpty()) { + Out << Sep << "Mutex destroys with unknown result:" << NL; + for (auto I : DRV) { ---------------- I think this should be passive. The mutex doesn't actively destroy anybody. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98502/new/ https://reviews.llvm.org/D98502 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits