comparison dmd/AggregateDeclaration.d @ 178:e3afd1303184

Many small bugs fixed Made all classes derive from TObject to detect memory leaks (functionality is disabled for now) Began work on overriding backend memory allocations (to avoid memory leaks)
author korDen
date Sun, 17 Oct 2010 07:42:00 +0400
parents fa9a71a9f5a8
children b0d41ff5e0df
comparison
equal deleted inserted replaced
177:1475fd394c9e 178:e3afd1303184
179 Array methods; // flat list of all methods for debug information 179 Array methods; // flat list of all methods for debug information
180 } 180 }
181 181
182 this(Loc loc, Identifier id) 182 this(Loc loc, Identifier id)
183 { 183 {
184 register();
184 super(id); 185 super(id);
185 this.loc = loc; 186 this.loc = loc;
186 187
187 fields = new VarDeclarations(); /// 188 fields = new VarDeclarations(); ///
188 dtors = new FuncDeclarations(); 189 dtors = new FuncDeclarations();