[PATCH] D113632: [docs] Add DW_TAG_immutable_type tag
Luís Ferreira via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 17:21:08 PST 2021
ljmf00 created this revision.
Herald added a subscriber: jdoerfert.
ljmf00 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113632
Files:
llvm/docs/LangRef.rst
llvm/docs/SourceLevelDebugging.rst
Index: llvm/docs/SourceLevelDebugging.rst
===================================================================
--- llvm/docs/SourceLevelDebugging.rst
+++ llvm/docs/SourceLevelDebugging.rst
@@ -1881,6 +1881,7 @@
* DW_TAG_subrange_type
* DW_TAG_base_type
* DW_TAG_const_type
+* DW_TAG_immutable_type
* DW_TAG_file_type
* DW_TAG_namelist
* DW_TAG_packed_type
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -5312,6 +5312,7 @@
DW_TAG_volatile_type = 53
DW_TAG_restrict_type = 55
DW_TAG_atomic_type = 71
+ DW_TAG_immutable_type = 75
.. _DIDerivedTypeMember:
@@ -5328,8 +5329,8 @@
``DW_TAG_typedef`` is used to provide a name for the ``baseType:``.
``DW_TAG_pointer_type``, ``DW_TAG_reference_type``, ``DW_TAG_const_type``,
-``DW_TAG_volatile_type``, ``DW_TAG_restrict_type`` and ``DW_TAG_atomic_type``
-are used to qualify the ``baseType:``.
+``DW_TAG_volatile_type``, ``DW_TAG_restrict_type``, ``DW_TAG_atomic_type`` and
+``DW_TAG_immutable_type`` are used to qualify the ``baseType:``.
Note that the ``void *`` type is expressed as a type derived from NULL.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113632.386366.patch
Type: text/x-patch
Size: 1209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/214cba77/attachment.bin>
More information about the llvm-commits
mailing list