[clang] [analyzer] Fix null-pointer dereference in PthreadLockChecker (PR #210912)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 29 03:13:28 PDT 2026
================
@@ -20,10 +20,29 @@ namespace ento {
RangedConstraintManager::~RangedConstraintManager() {}
+// Is \p Assumption (i.e. "the condition is non-zero") inconsistent with a
+// symbol that simplified to the concrete integer \p V?
----------------
steakhal wrote:
```suggestion
/// Is \p Assumption (i.e. "the condition is non-zero") inconsistent with a
/// symbol that simplified to the concrete integer \p V?
```
https://github.com/llvm/llvm-project/pull/210912
More information about the cfe-commits
mailing list