Skip to content

Commit 4e951f2

Browse files
committed
updated documentation
1 parent ecbda09 commit 4e951f2

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
@@ -104,8 +104,8 @@ core.FixedAddressDereference (C, C++, ObjC)
104104
Check for dereferences of fixed addresses.
105105

106106
A pointer contains a fixed address if it was set to a hard-coded value or it
107-
becomes otherwise obvious that at that point it can have only a single specific
108-
value.
107+
becomes otherwise obvious that at that point it can have only a single fixed
108+
numerical value.
109109

110110
.. code-block:: c
111111

0 commit comments

Comments
 (0)