diff options
-rw-r--r-- | llvm/docs/LangRef.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 660daf2..d604475 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -4309,9 +4309,11 @@ DISubrange """""""""" ``DISubrange`` nodes are the elements for ``DW_TAG_array_type`` variants of -:ref:`DICompositeType`. ``count: -1`` indicates an empty array. -``count: !9`` describes the count with a :ref:`DILocalVariable`. -``count: !11`` describes the count with a :ref:`DIGlobalVariable`. +:ref:`DICompositeType`. + +- ``count: -1`` indicates an empty array. +- ``count: !9`` describes the count with a :ref:`DILocalVariable`. +- ``count: !11`` describes the count with a :ref:`DIGlobalVariable`. .. code-block:: llvm @@ -4380,6 +4382,8 @@ DINamespace !0 = !DINamespace(name: "myawesomeproject", scope: !1, file: !2, line: 7) +.. _DIGlobalVariable: + DIGlobalVariable """""""""""""""" |