[Ada] Adjust documentation for Has_Constrained_Partial_View flag

gcc/ada/

	* einfo.ads (Has_Constrained_Partial_View): Add "base type" marker.
This commit is contained in:
Eric Botcazou 2020-08-21 15:49:13 +02:00 committed by Pierre-Marie de Rodat
parent 84d7433aff
commit 67a3b519af
1 changed files with 1 additions and 1 deletions

View File

@ -1576,7 +1576,7 @@ package Einfo is
-- Defined for the given type. Note that this flag can be False even
-- if Component_Size is non-zero (happens in the case of derived types).
-- Has_Constrained_Partial_View (Flag187)
-- Has_Constrained_Partial_View (Flag187) [base type only]
-- Defined in private type and their completions, when the private
-- type has no discriminants and the full view has discriminants with
-- defaults. In Ada 2005 heap-allocated objects of such types are not