[clang] [clang][analyzer] Add checker 'alpha.core.FixedAddressDereference' (PR #127191)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 01:11:09 PST 2025
================
@@ -129,6 +129,8 @@ The ``SuppressAddressSpaces`` option suppresses
warnings for null dereferences of all pointers with address spaces. You can
disable this behavior with the option
``-analyzer-config core.NullDereference:SuppressAddressSpaces=false``.
+Value of this option is used for checker
----------------
balazske wrote:
This is not an ideal solution, later (maybe before this checker becomes non-alpha) we can add an analyzer option (in this case the checker option is removed from the non-alpha NullDereference checker, can this be a problem?).
https://github.com/llvm/llvm-project/pull/127191
More information about the cfe-commits
mailing list