Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions src/dmd/astcodegen.d
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,4 @@ struct ASTCodegen
public import dmd.staticassert;
public import dmd.typesem;
public import dmd.ctfeexpr;


alias initializerToExpression = dmd.initsem.initializerToExpression;
alias typeToExpression = dmd.typesem.typeToExpression;
alias UserAttributeDeclaration = dmd.attrib.UserAttributeDeclaration;
alias Ensure = dmd.func.Ensure; // workaround for bug in older DMD frontends

alias MODFlags = dmd.mtype.MODFlags;
alias Type = dmd.mtype.Type;
alias Tident = dmd.mtype.Tident;
alias Tfunction = dmd.mtype.Tfunction;
alias Parameter = dmd.mtype.Parameter;
alias Taarray = dmd.mtype.Taarray;
alias Tsarray = dmd.mtype.Tsarray;
alias Terror = dmd.mtype.Terror;

alias STC = dmd.declaration.STC;
alias Dsymbol = dmd.dsymbol.Dsymbol;
alias Dsymbols = dmd.dsymbol.Dsymbols;
alias Prot = dmd.dsymbol.Prot;

alias stcToBuffer = dmd.hdrgen.stcToBuffer;
alias linkageToChars = dmd.hdrgen.linkageToChars;
alias protectionToChars = dmd.hdrgen.protectionToChars;

alias isType = dmd.dtemplate.isType;
alias isExpression = dmd.dtemplate.isExpression;
alias isTuple = dmd.dtemplate.isTuple;

}