Changeset ed96731 for src/Virtual
- Timestamp:
- Nov 18, 2024, 3:43:38 PM (21 hours ago)
- Branches:
- master
- Children:
- 29075d1
- Parents:
- 0dffe91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/VirtualDtor.cpp
r0dffe91 red96731 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.