Changeset 29075d1 for src/Virtual/VirtualDtor.cpp
- Timestamp:
- Nov 18, 2024, 10:07:39 PM (19 hours ago)
- Branches:
- master
- Children:
- ecf3812
- Parents:
- 1b39705 (diff), ed96731 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/VirtualDtor.cpp
r1b39705 r29075d1 119 119 // collects data needed for next pass that does the circular defn resolution 120 120 // for dtor setters and delete fns (via table above) 121 struct GenFuncsCreateTables : public ast::WithDeclsToAdd <>{121 struct GenFuncsCreateTables : public ast::WithDeclsToAdd { 122 122 unordered_map<const StructDecl *, CtorDtor> & structDecls; 123 123 CtorDtorTable & torDecls; … … 351 351 // separate pass is needed since __CFA_set_dtor needs to be defined after 352 352 // the last dtor defn which is found in prior pass 353 struct GenSetDtor : public ast::WithDeclsToAdd <>{353 struct GenSetDtor : public ast::WithDeclsToAdd { 354 354 unordered_map<const StructDecl *, CtorDtor> & structDecls; // set of decls that inherit from virt dtor 355 355 CtorDtorTable & torDecls;
Note: See TracChangeset
for help on using the changeset viewer.