Skip to content

Commit d60d9c7

Browse files
committed
fix link in documentation
1 parent 1f2ad6d commit d60d9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ The ``SuppressAddressSpaces`` option suppresses
129129
warnings for null dereferences of all pointers with address spaces. You can
130130
disable this behavior with the option
131131
``-analyzer-config core.NullDereference:SuppressAddressSpaces=false``.
132-
Value of this option is used for checker :ref:`_core-FixedAddressDereference`
133-
too.
132+
Value of this option is used for checker
133+
:ref:`_alpha-core-FixedAddressDereference` too.
134134
*Defaults to true*.
135135

136136
.. code-block:: objc

0 commit comments

Comments
 (0)