mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-01 20:10:04 +02:00
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.
This commit is contained in:
@@ -66,6 +66,7 @@ struct DUnionIdx
|
||||
class DUnion
|
||||
{
|
||||
std::vector<DUnionField> fields;
|
||||
bool ispacked;
|
||||
public:
|
||||
DUnion();
|
||||
LLConstant* getConst(std::vector<DUnionIdx>& in);
|
||||
|
||||
Reference in New Issue
Block a user