]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Style cleanups related to Current_Condition
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 15 May 2020 18:40:03 +0000 (20:40 +0200)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:16:43 +0000 (13:16 -0300)
commitdcd1529b0c66bbaed137e9fe82d279be6c4df2fb
tree95becfbbd756322fcca8cc9fe84b7cd2dff08a65
parent9584921cedf3a3e623f74256f72d5363e065b63f
[Ada] Style cleanups related to Current_Condition

gcc/ada/

* einfo.ads (Current_Value): Fix typo in comment.
* exp_ch2.adb (Expand_Current_Value): Remove unnecessary "Start
of processing ..." comment.
* exp_util.adb (Set_Entity_Current_Value): Fix unbalanced paren
in comment.
(Get_Current_Value_Condition): Fix layout in comment.
* sem_ch5.adb (Analyze_Cond_Then): Replace commented condition
with pragma Assert.
gcc/ada/einfo.ads
gcc/ada/exp_ch2.adb
gcc/ada/exp_util.adb
gcc/ada/sem_ch5.adb