From 181480faf78f3a632881369fb9ef90bfd6725eca Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 23 May 2017 18:42:01 +0200 Subject: [PATCH] support for the getLinkage trait --- src/common/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/constants.d b/src/common/constants.d index cf29112..ec6bcdf 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -54,6 +54,7 @@ immutable string[] traits = [ "getAliasThis", "getAttributes", "getFunctionAttributes", + "getLinkage", "getMember", "getOverloads", "getPointerBitmap",