Changeset 9151fcb for src/AST/Pass.hpp
- Timestamp:
- Jun 7, 2019, 12:00:17 PM (6 years ago)
- 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:
- e16e27e1, ef75948
- Parents:
- 0b73f0c (diff), 5684736 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r0b73f0c r9151fcb 201 201 container_t< ptr<node_t> > call_accept( const container_t< ptr<node_t> > & container ); 202 202 203 public: 203 204 /// Logic to call the accept and mutate the parent if needed, delegates call to accept 204 205 template<typename node_t, typename parent_t, typename child_t>
Note: See TracChangeset
for help on using the changeset viewer.