diff options
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index a7ea499f3..aa90a7c4d 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -2911,6 +2911,9 @@ package Vhdl.Nodes is -- index subtypes of the type_mark. -- Get/Set_Index_Subtype_List (Field9) -- + -- Set when the element is re-constrained. + -- Note that the element subtype may be different from the parent also if + -- it is resolved. This is mostly for ownership. -- Get/Set_Array_Element_Constraint (Field8) -- -- Get/Set_Tolerance (Field7) |