]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Tweak documentation comments
authorRonan Desplanques <desplanques@adacore.com>
Mon, 25 Sep 2023 09:14:58 +0000 (11:14 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 10 Oct 2023 12:12:28 +0000 (14:12 +0200)
commitf71c6312b64a9115ce6243ec12affc9d444033a5
treea9d4d19c3a4441858d7b6424da0a8ba5ff2d4095
parent85a0ce9086f92ad406bc7093a4a652929bbeb83d
ada: Tweak documentation comments

The concept of extended nodes was retired at the same time Gen_IL
was introduced, but there was a reference to that concept left over
in a comment. This patch removes that reference.

Also, the description of the field Comes_From_Check_Or_Contract was
incorrectly placed in a section for fields present in all nodes in
sinfo.ads. This patch fixes this.

gcc/ada/

* atree.ads, nlists.ads, types.ads: Remove references to extended
nodes. Fix typo.
* sinfo.ads: Likewise and fix position of
Comes_From_Check_Or_Contract description.
gcc/ada/atree.ads
gcc/ada/nlists.ads
gcc/ada/sinfo.ads
gcc/ada/types.ads