]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Improve documentation comment of Find_Type_Name
authorRonan Desplanques <desplanques@adacore.com>
Fri, 8 Aug 2025 12:18:16 +0000 (14:18 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 11 Sep 2025 09:10:46 +0000 (11:10 +0200)
commite3b66ea7d8d23bec895fc7199c3f06d7518708c0
tree30147f4e2830e6abd1a8f680d1910e17f20cee00
parent0e0b43564acabe38503c28620ed7e3595e14c9cf
ada: Improve documentation comment of Find_Type_Name

The meaning of the return value of Find_Type_Name depends greatly on
whether the declaration it's passed is a completion. This patch adds a
description of this to the documentation comment of Find_Type_Name.

gcc/ada/ChangeLog:

* sem_ch3.ads (Find_Type_Name): Improve documentation comment.
gcc/ada/sem_ch3.ads