mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-04 17:31:29 +02:00
Call desctructors on temporary variables
This commit is contained in:
@@ -203,6 +203,7 @@ struct Expression : Object
|
||||
|
||||
#if IN_LLVM
|
||||
virtual DValue* toElem(IRState* irs);
|
||||
DValue *toElemDtor(IRState *irs);
|
||||
virtual llvm::Constant *toConstElem(IRState *irs);
|
||||
virtual void cacheLvalue(IRState* irs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user