Changeset 7f2bfb7 for src/Virtual
- Timestamp:
- Nov 29, 2023, 1:41:52 PM (2 years ago)
- Branches:
- master
- Children:
- 4dc3b8c
- Parents:
- 4f1b2d69 (diff), ab9c1b3 (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. - Location:
- src/Virtual
- Files:
-
- 2 edited
-
Tables.cc (modified) (1 diff)
-
VirtualDtor.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.cc
r4f1b2d69 r7f2bfb7 165 165 location, 166 166 functionName, 167 { /* forall */ },168 167 { new ast::ObjectDecl( 169 168 location, -
src/Virtual/VirtualDtor.cpp
r4f1b2d69 r7f2bfb7 248 248 decl->location, 249 249 "__CFA_set_dtor", 250 {}, // forall251 250 { 252 251 new ObjectDecl( … … 320 319 decl->location, 321 320 "delete", 322 {}, // forall323 321 { 324 322 new ObjectDecl(
Note:
See TracChangeset
for help on using the changeset viewer.