[clang] [analyzer] Disable lock order reversal check by default in PthreadLoc… (PR #202452)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 04:12:44 PDT 2026
================
@@ -1,4 +1,11 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.core.C11Lock -verify %s
+// RUN: %clang_analyze_cc1 \
+// RUN: -analyzer-checker=alpha.core.C11Lock \
----------------
steakhal wrote:
Why is `alpha.unix.PthreadLock` not also enabled here?
https://github.com/llvm/llvm-project/pull/202452
More information about the cfe-commits
mailing list