mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 09:49:02 +02:00
Complex number should now follow the D ABI on x86. They're also treated as first class values now. Big change.
This commit is contained in:
@@ -7929,7 +7929,6 @@ Expression *XorAssignExp::semantic(Scope *sc)
|
||||
AddExp::AddExp(Loc loc, Expression *e1, Expression *e2)
|
||||
: BinExp(loc, TOKadd, sizeof(AddExp), e1, e2)
|
||||
{
|
||||
llvmFieldIndex = false;
|
||||
}
|
||||
|
||||
Expression *AddExp::semantic(Scope *sc)
|
||||
|
||||
Reference in New Issue
Block a user