We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31fca9 commit 8181608Copy full SHA for 8181608
STYLE
@@ -53,6 +53,10 @@ vs
53
function Translate_Static_Range_Dir (Expr : Iir) return O_Cnode is
54
begin
55
56
+If the parametere line is too long with the 'is', put in on a separate line:
57
+ procedure Predeclare_Scope_Type
58
+ (Scope : in out Var_Scope_Type; Name : O_Ident) is
59
+
60
* Generic instantiation: put the generic actual part on a new line:
61
procedure Free is new Ada.Unchecked_Deallocation
62
(Action_List, Action_List_Acc);
0 commit comments