Changeset 7ff3e522 for src/AST/Copy.hpp


Ignore:
Timestamp:
Aug 12, 2020, 10:31:58 AM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f8d05ee
Parents:
343d10e
Message:

{pass_t Pass::pass; => core_t Pass::core;} To avoid confusion about which pass we are talking about.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Copy.hpp

    r343d10e r7ff3e522  
    121121        Pass< DeepCopyCore > dc;
    122122        node_t const * newRoot = localRoot->accept( dc );
    123         dc.pass.readonlyUpdates();
     123        dc.core.readonlyUpdates();
    124124        return const_cast< node_t * >( newRoot );
    125125}
Note: See TracChangeset for help on using the changeset viewer.