[Ada] Add inline documentation for Is_{Parenthesis,Enum_Array}_Aggregate
commit64f72fae73457e115dce001ba00a7d457af87c82
authorMarc Poulhiès <poulhies@adacore.com>
Thu, 21 Apr 2022 09:10:22 +0000 (21 11:10 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 1 Jun 2022 08:43:16 +0000 (1 08:43 +0000)
tree7dcca10567bd57d33a8e18f7958f2b96e8772dd0
parent5512eabc3e162c2c1e4c54febc716353519e51f0
[Ada] Add inline documentation for Is_{Parenthesis,Enum_Array}_Aggregate

Both flags were added when square brackets for array/container
aggregates have been enabled with -gnat2022 without their corresponding
inline documentation. This change adds the missing documention.

gcc/ada/

* sinfo.ads: Add inline documention for Is_Parenthesis_Aggregate
and Is_Enum_Array_Aggregate.
gcc/ada/sinfo.ads