projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2107ca0
)
[Ada] Add comment about function only used in CodePeer
author
Yannick Moy
<moy@adacore.com>
Mon, 3 Feb 2020 15:30:34 +0000
(16:30 +0100)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Fri, 5 Jun 2020 12:17:44 +0000
(08:17 -0400)
2020-06-05 Yannick Moy <moy@adacore.com>
gcc/ada/
* sem_util.ads: Add comment about function only used in
CodePeer.
gcc/ada/sem_util.ads
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_util.ads
b/gcc/ada/sem_util.ads
index 391711c7d01f45ffc076f24a0211abf66f5a1564..0ac89f7532e1cf0b81b61648a473d45a3eb49fab 100644
(file)
--- a/
gcc/ada/sem_util.ads
+++ b/
gcc/ada/sem_util.ads
@@
-1251,6
+1251,7
@@
package Sem_Util is
-- * A task type
-- * A private type with pragma Default_Initial_Condition that provides
-- full default initialization.
+ -- This function is not used in GNATprove anymore, but is used in CodePeer.
function Has_Fully_Default_Initializing_DIC_Pragma
(Typ : Entity_Id) return Boolean;