@@ -10,28 +10,28 @@ $(GNAME AttributeSpecifier):
10
10
$(GLINK Attribute) $(GLINK DeclarationBlock)
11
11
12
12
$(GNAME Attribute):
13
- $(GLINK LinkageAttribute)
14
13
$(GLINK AlignAttribute)
14
+ $(GLINK AtAttribute)
15
15
$(GLINK DeprecatedAttribute)
16
- $(GLINK VisibilityAttribute)
16
+ $(GLINK FunctionAttributeKwd)
17
+ $(GLINK LinkageAttribute)
17
18
$(GLINK2 pragma, Pragma)
18
- $(RELATIVE_LINK2 static, $(D static))
19
- $(RELATIVE_LINK2 linkage, $(D extern))
19
+ $(GLINK VisibilityAttribute)
20
20
$(RELATIVE_LINK2 abstract, $(D abstract))
21
- $(RELATIVE_LINK2 final, `final`)
22
- $(RELATIVE_LINK2 override, $(D override))
23
- $(D synchronized)
24
21
$(RELATIVE_LINK2 auto, $(D auto))
25
- $(RELATIVE_LINK2 scope, $(D scope))
26
22
$(RELATIVE_LINK2 const, $(D const))
23
+ $(RELATIVE_LINK2 final, `final`)
24
+ $(RELATIVE_LINK2 gshared, $(D __gshared))
25
+ $(RELATIVE_LINK2 linkage, $(D extern))
27
26
$(RELATIVE_LINK2 immutable, $(D immutable))
28
27
$(RELATIVE_LINK2 inout, $(D inout))
29
- $(RELATIVE_LINK2 shared, $(D shared))
30
- $(RELATIVE_LINK2 gshared, $(D __gshared))
31
- $(GLINK AtAttribute)
32
- $(GLINK FunctionAttributeKwd)
28
+ $(RELATIVE_LINK2 override, $(D override))
33
29
$(RELATIVE_LINK2 ref, $(D ref))
34
30
$(RELATIVE_LINK2 return, $(D return))
31
+ $(RELATIVE_LINK2 scope, $(D scope))
32
+ $(RELATIVE_LINK2 shared, $(D shared))
33
+ $(RELATIVE_LINK2 static, $(D static))
34
+ $(D synchronized)
35
35
36
36
$(GNAME FunctionAttributeKwd):
37
37
$(RELATIVE_LINK2 nothrow, $(D nothrow))
0 commit comments