mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-19 05:03:13 +01:00
[svn r191] Fixed: array literals did not support all type/storage combinations.
Fixed: with expression had broke somewhere along the way.
This commit is contained in:
@@ -51,6 +51,11 @@ void IrDsymbol::reset()
|
||||
irField = NULL;
|
||||
}
|
||||
|
||||
bool IrDsymbol::isSet()
|
||||
{
|
||||
return (irStruct || irFunc || irGlobal || irLocal || irField);
|
||||
}
|
||||
|
||||
IrVar* IrDsymbol::getIrVar()
|
||||
{
|
||||
assert(irGlobal || irLocal || irField);
|
||||
|
||||
Reference in New Issue
Block a user