mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-08 12:59:02 +02:00
Renamed IrStruct to IrAggr, as it is also used for classes.
The class-specific parts should probably be factored out.
This commit is contained in:
@@ -27,7 +27,7 @@ struct ClassDeclaration;
|
||||
struct Dsymbol;
|
||||
struct FuncDeclaration;
|
||||
struct IrGlobal;
|
||||
struct IrStruct;
|
||||
struct IrAggr;
|
||||
struct Type;
|
||||
struct TypeClass;
|
||||
namespace llvm { class StructType; }
|
||||
@@ -36,7 +36,7 @@ struct RTTIBuilder
|
||||
{
|
||||
AggregateDeclaration* base;
|
||||
TypeClass* basetype;
|
||||
IrStruct* baseir;
|
||||
IrAggr* baseir;
|
||||
|
||||
// 10 is enough for any D1 TypeInfo
|
||||
// 14 is enough for any D1 ClassInfo
|
||||
|
||||
Reference in New Issue
Block a user