]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Remove some ??? comments
authorGary Dismukes <dismukes@adacore.com>
Sat, 30 Jan 2021 01:03:34 +0000 (20:03 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 7 May 2021 09:28:59 +0000 (05:28 -0400)
commit62acd2c453976165d2a6cd48d06a7341408b7e78
treeeb140d38af5ec472cfc9694c74caa480a1004b4f
parentfde5868f3667b2ec0fb43c1b6f8c737be549fcce
[Ada] Remove some ??? comments

gcc/ada/

* errout.ads (Size_Too_Small_Message): Remove low-value ???
comment.
* exp_util.ads: Remove ??? in part of overall package comments
and restructure comment to clarify.
(Duplicate_Subexpr): Remove ??? comment that seems unnecessary.
* sem_ch3.ads (Analyze_Declarations): Remove two parenthesized
??? comments and add more description of the procedure's
actions.
(Get_Discriminant_Value): Remove ??? comment requesting more
documentation, expanding description of the function's actions.
* sem_disp.ads (Check_Operation_From_Incomplete_Type): Add more
semantic description of the procedure and remove ??? comment
requesting such.
(Propagate_Tag): Refine comment to indicate meaning of formal
parameters and generally improve the spec comment (and remove
??? comment asking about the parameters).
gcc/ada/errout.ads
gcc/ada/exp_util.ads
gcc/ada/sem_ch3.ads
gcc/ada/sem_disp.ads