comparison ir/irstruct.cpp @ 435:74101be2a553

Added type param to DVarValue as DMD sometimes overrides the type of the VarDeclaration. Added support for align(1)/packed structs, other alignments are still ignored. Fixed some problems with accessing lazy arguments.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 30 Jul 2008 10:12:55 +0200
parents 7ade5e035beb
children 041c1596d217
comparison
equal deleted inserted replaced
433:b5f55f471e0b 435:74101be2a553
46 dunion = NULL; 46 dunion = NULL;
47 47
48 classDeclared = false; 48 classDeclared = false;
49 classDefined = false; 49 classDefined = false;
50 50
51 packed = false;
52
51 dwarfComposite = NULL; 53 dwarfComposite = NULL;
52 } 54 }
53 55
54 IrStruct::~IrStruct() 56 IrStruct::~IrStruct()
55 { 57 {