[llvm-branch-commits] [clang] [analyzer][docs] CSA release notes for clang-21 (PR #154600)

Balazs Benics via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 21 04:59:25 PDT 2025


================
@@ -1246,6 +1323,9 @@ Moved checkers
   checker ``alpha.security.ArrayBound`` (which was searching for the same kind
   of bugs with an different, simpler and less accurate algorithm) is removed.
 
+- Moved checker ``alpha.core.FixedAddressDereference`` out of the ``alpha`` package
+  to ``core.FixedAddressDereference ``. (#GH132404)
----------------
steakhal wrote:

```suggestion
  to ``core.FixedAddressDereference``. (#GH132404)
```

https://github.com/llvm/llvm-project/pull/154600


More information about the llvm-branch-commits mailing list