[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:45:45 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:

Yea, thats really confusing.

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


More information about the cfe-commits mailing list