We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2ad6d commit d60d9c7Copy full SHA for d60d9c7
clang/docs/analyzer/checkers.rst
@@ -129,8 +129,8 @@ The ``SuppressAddressSpaces`` option suppresses
129
warnings for null dereferences of all pointers with address spaces. You can
130
disable this behavior with the option
131
``-analyzer-config core.NullDereference:SuppressAddressSpaces=false``.
132
-Value of this option is used for checker :ref:`_core-FixedAddressDereference`
133
-too.
+Value of this option is used for checker
+:ref:`_alpha-core-FixedAddressDereference` too.
134
*Defaults to true*.
135
136
.. code-block:: objc
0 commit comments