[clang] [analyzer][NFCI] Move the core.FixedAddressDereference checker to optin.core (PR #181858)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 11:58:51 PST 2026
================
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core.FixedAddr,optin.core.FixedAddressDereference -verify %s
----------------
steakhal wrote:
At first glance, that checker is so bad that we should just remove it.
https://github.com/llvm/llvm-project/pull/181858
More information about the cfe-commits
mailing list