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 78ed64d commit 5201680Copy full SHA for 5201680
llvm/docs/LangRef.rst
@@ -3648,7 +3648,7 @@ The semantics of non-zero address spaces are target-specific. Memory
3648
access through a non-dereferenceable pointer is undefined behavior in
3649
any address space. Pointers with the bit-value 0 are only assumed to
3650
be non-dereferenceable in address space 0, unless the function is
3651
-marked with the ``null_pointer_is_valid attribute``.
+marked with the ``null_pointer_is_valid`` attribute.
3652
3653
If an object can be proven accessible through a pointer with a
3654
different address space, the access may be modified to use that
0 commit comments