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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to