Skip to content

Commit d5dadfd

Browse files
committed
Add new __traits to the D grammar spec
1 parent 7b8b5d8 commit d5dadfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/grammar.dd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ $(GNAME TraitsKeyword):
481481
$(TRAITS_LINK2 isFinalFunction)
482482
$(TRAITS_LINK2 isStaticFunction)
483483
$(TRAITS_LINK2 isOverrideFunction)
484+
$(TRAITS_LINK2 isTemplate)
484485
$(TRAITS_LINK2 isRef)
485486
$(TRAITS_LINK2 isOut)
486487
$(TRAITS_LINK2 isLazy)
@@ -489,8 +490,11 @@ $(GNAME TraitsKeyword):
489490
$(TRAITS_LINK2 getAliasThis)
490491
$(TRAITS_LINK2 getAttributes)
491492
$(TRAITS_LINK2 getFunctionAttributes)
493+
$(TRAITS_LINK2 getFunctionVariadicStyle)
494+
$(TRAITS_LINK2 getLinkage)
492495
$(TRAITS_LINK2 getMember)
493496
$(TRAITS_LINK2 getOverloads)
497+
$(TRAITS_LINK2 getParameterStorageClasses)
494498
$(TRAITS_LINK2 getPointerBitmap)
495499
$(TRAITS_LINK2 getProtection)
496500
$(TRAITS_LINK2 getVirtualFunctions)

0 commit comments

Comments
 (0)