Changeset 2b59f55 for src/AST


Ignore:
Timestamp:
Jun 6, 2019, 5:46:10 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
5684736
Parents:
1a4323e
Message:

More resolver porting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r1a4323e r2b59f55  
    201201        container_t< ptr<node_t> > call_accept( const container_t< ptr<node_t> > & container );
    202202
     203public:
    203204        /// Logic to call the accept and mutate the parent if needed, delegates call to accept
    204205        template<typename node_t, typename parent_t, typename child_t>
Note: See TracChangeset for help on using the changeset viewer.