[PATCH] D98502: [clang][Checkers] Extend PthreadLockChecker state dump (NFC).
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 17 01:31:41 PDT 2021
balazske added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp:343
+ if (!DRV.isEmpty()) {
+ Out << Sep << "Mutex destroys with unknown result:" << NL;
+ for (auto I : DRV) {
----------------
NoQ wrote:
> I think this should be passive. The mutex doesn't actively destroy anybody.
Maybe "Mutex destroy calls with unknown result:"? This is a title of a list, not about a single mutex.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98502/new/
https://reviews.llvm.org/D98502
More information about the cfe-commits
mailing list