Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/VirtualDtor.cpp

    r37273c8 r4bae7b4  
    248248            decl->location,
    249249            "__CFA_set_dtor",
     250            {},                     // forall
    250251            {
    251252                new ObjectDecl(
     
    319320            decl->location,
    320321            "delete",
     322            {},                     // forall
    321323            {
    322324                new ObjectDecl(
Note: See TracChangeset for help on using the changeset viewer.