diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index fe4b957..1b50a73 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -697,7 +697,7 @@ Currently, only the following parameter attributes are defined: the first parameter. This is not a valid attribute for return values. ``noalias`` - This indicates that pointer values `*based* <pointeraliasing>` on + This indicates that pointer values :ref:`based <pointeraliasing>` on the argument or return value do not alias pointer values which are not *based* on it, ignoring certain "irrelevant" dependencies. For a call to the parent function, dependencies between memory references |