aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_decls.ads')
-rw-r--r--sem_decls.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/sem_decls.ads b/sem_decls.ads
index dcc114b5b..5ff2b8b8a 100644
--- a/sem_decls.ads
+++ b/sem_decls.ads
@@ -51,7 +51,8 @@ package Sem_Decls is
procedure Sem_Iterator (Iterator : Iir_Iterator_Declaration;
Staticness : Iir_Staticness);
- -- Extract from NAME the named entity whose profile matches SIG.
+ -- Extract from NAME the named entity whose profile matches SIG. If NAME
+ -- is an overload list, it is destroyed.
function Sem_Signature (Name : Iir; Sig : Iir_Signature) return Iir;
end Sem_Decls;