mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 12:59:21 +03:00
Merge branch 'ltsmaster'
This commit is contained in:
commit
dcb781004b
14 changed files with 80 additions and 22 deletions
|
@ -27,7 +27,9 @@ void IrDsymbol::resetAll() {
|
|||
}
|
||||
}
|
||||
|
||||
IrDsymbol::IrDsymbol() { list.push_back(this); }
|
||||
IrDsymbol::IrDsymbol() : irData(nullptr) {
|
||||
list.push_back(this);
|
||||
}
|
||||
|
||||
IrDsymbol::IrDsymbol(const IrDsymbol &s) {
|
||||
list.push_back(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue