mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-30 08:39:02 +02:00
Added pointers to shared constructors and destructors to ModuleInfo.
This commit is contained in:
@@ -163,6 +163,10 @@ struct IRState
|
||||
typedef std::vector<FuncDeclaration*> FuncDeclVector;
|
||||
FuncDeclVector ctors;
|
||||
FuncDeclVector dtors;
|
||||
#if DMDV2
|
||||
FuncDeclVector sharedCtors;
|
||||
FuncDeclVector sharedDtors;
|
||||
#endif
|
||||
FuncDeclVector unitTests;
|
||||
|
||||
// all template instances that had members emitted
|
||||
|
||||
Reference in New Issue
Block a user