mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-30 11:00:05 +02:00
Merged dmdfe 2.031.
This commit is contained in:
@@ -306,6 +306,8 @@ struct Type : Object
|
||||
virtual int hasPointers();
|
||||
//Type *next;
|
||||
virtual Type *nextOf();
|
||||
uinteger_t sizemask();
|
||||
|
||||
|
||||
static void error(Loc loc, const char *format, ...) IS_PRINTF(2);
|
||||
static void warning(Loc loc, const char *format, ...) IS_PRINTF(2);
|
||||
@@ -714,10 +716,10 @@ struct TypeEnum : Type
|
||||
EnumDeclaration *sym;
|
||||
|
||||
TypeEnum(EnumDeclaration *sym);
|
||||
Type *syntaxCopy();
|
||||
d_uns64 size(Loc loc);
|
||||
unsigned alignsize();
|
||||
char *toChars();
|
||||
Type *syntaxCopy();
|
||||
Type *semantic(Loc loc, Scope *sc);
|
||||
Dsymbol *toDsymbol(Scope *sc);
|
||||
void toDecoBuffer(OutBuffer *buf, int flag, bool mangle);
|
||||
|
||||
Reference in New Issue
Block a user